kumarsivarajan / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Uploading files that exceed php max upload size report "File Upload Complete" #532

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to upload a file that exceeds the php max upload size.

What is the expected output? What do you see instead?
This should produce a message to indicate that the upload failed.  Instead, the 
usual "File Upload Complete" is displayed but the file is not actually uploaded.

What version of the product are you using? On what operating system?
Mollify 2.5.5 on Ubuntu 12.04

Original issue reported on code.google.com by l...@d5.ca on 2 Apr 2014 at 3:23

GoogleCodeExporter commented 8 years ago
Fixed in 2.5.6. The error event was triggered, but then followed by complete 
event which override the error message.

Original comment by samuli.j...@gmail.com on 6 Apr 2014 at 3:18