multiple file uploads + storing to database
Is there a solution for multiple file uploading, in one process, ideally a drag and drop option that would allow the user to drag multiple images into a file for upload.
Each image file needs to upload to a directory on the server, and add a record to a database table for each file.
I'm well versed in the File Upload extension but understand that this might take some additional coding.
Thank you.
NJ