Skip to:
To produce:
1. go to http://build.fluidproject.org/uploader/hourly/image-gallery.php or http://build.fluidproject.org/image-gallery/image-gallery.php2. click on "browse files" to add a large-sized image with the size exceeding upload_max_filesize directive in php.ini (10M at this moment)3. click on "upload"4. no error reported but the image is not displayed in the "uploaded images" div
The cause is that the image is too large to be uploaded. The php server script needs to be improved to detect this type of error by checking $_FILES['file']['error'].
This demo no longer exists.
To produce:
1. go to http://build.fluidproject.org/uploader/hourly/image-gallery.php or http://build.fluidproject.org/image-gallery/image-gallery.php
2. click on "browse files" to add a large-sized image with the size exceeding upload_max_filesize directive in php.ini (10M at this moment)
3. click on "upload"
4. no error reported but the image is not displayed in the "uploaded images" div
The cause is that the image is too large to be uploaded. The php server script needs to be improved to detect this type of error by checking $_FILES['file']['error'].