Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 2.0.2, STABLE sprint 1
-
Component/s: Database activity module
-
Labels:None
-
Affected Branches:MOODLE_16_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
I have a database, that contains an image field. It is set to a 500k limit. If an individual tries to upload an image bigger than 500k, they are told it is too large, but the record is saved, minus the picture! This is a BIG problem because my users are allowed to only submit one record. Once they have submitted this failed record, they can't add anymore unless I manually remove the one that they submitted.
If an uploaded image is too large the person should be given the option of submitting a smaller one, and the record should not be saved without it.
the new file picker will allow us to fix this in 2.0