I was wondering if jQuery uploading (via Ajax) has a size limit ? With more details : i'm building a form to upload multiple images on the server (for now, it's in local using wampserver).
Fact is, I can upload one, two or three images easily, but all the next ones do not work : it's like my php function does not receive any information (while the image is treated by jQuery).
I did the test with a lot of images, each time different ones, and the first two or three of them are uploading, but the others are not.
By the way, my jquery function treats each file one by one : once a file is treated, the next one's treatment starts.