Image gallery demo doesn't display the uploaded images sometimes

Description

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'].

Environment

All browsers

Activity

Show:

Justin Obara June 25, 2014 at 8:25 PM

This demo no longer exists.

Won't Fix

Details

Assignee

Reporter

Components

Affects versions

Priority

Created September 30, 2011 at 5:24 PM
Updated June 25, 2014 at 8:25 PM
Resolved June 25, 2014 at 8:25 PM