Multifile.js jquery plugin
I am using multifile.js jquery plugin to upload multiple files. However when the size is large say 7MB it doesn't seem to work. Is it normal behaviour for this p开发者_如何学Clugin. Is there any other option for this kind of task.
Is there a limit on your server for upload file size? I found that when I used it, I had to make sure my server accepted files up to the size I was specifying in multifile.js.
I recommend Uploadify for uploading multiple files. It has many helpful options such as only allowing certain extensions, queuing of files being uploaded, and it is also customizeable if you dont want to use the default design.
Also I have never had issues with large files.
精彩评论