How to do multi file uploading in JQuery without form and giving remarks/comment for each file?

104 views Asked by At

I'm looking for some JQuery plugin/Plain JS to have multi file uploading without any forms. Also, have to provide remarks for each file(similar to Facebook albums). Need to save both file(as BLOB) and remarks in database using Java(Servlets). There should not be any file storage in server while doing this activities.

Note: I already had a look on jquery file upload, uploadify, etc. Not able to use those plugins according to requirement.

0

There are 0 answers