I am looking for a multiple file uploader that can upload limited number of files with following specifications.
Something like the plugin given below, that shows a upload button as well, and uploads all the files using some jquery or ajax working (without the use of flash) showing a slider to show the uploading in process, and on event complete shows them just below the input box. With a cross shown in some corner with respect to each file, for the user to unselect that particular file.
And also make sure, the number of files doesn’t exceeds the provided number.
http://www.fyneworks.com/jquery/multiple-file-upload
I used this plugin and it does the main job (select multiple files and limit them), but my script fails when the size of the files is too large and they are too many in the number.
Anything that could do the job, near around expected conditions is welcome. Also, the script should be php compatible.
Something that can limit the number of files and upload them to the server and just show them below the input button would do. I will manage the rest. But it should be easy to use.
I think you should look at jQuery File Upload (link to its demo).
It seems to do all that you are asking for and more. It also works well with PHP. You can set the size limit for files.
It does use Twitter Bootstrap, so it looks great by default. But if you want to change the styling (for example replacing the Cancel button with an X) you should be able to do that in CSS.