Saving multiple attachments in phpmyadmin [closed]
- by Madiha
I am sending multiple attachments with an Email message. I am saving the Email message and Email Address in database (i.e., phpmyadmin).
Now i want to save the multiple attachments data i.e., Contents of file, Extension, Size and name of file , How can i do it. I am getting the size of file now by the following code in javascript:
var size…