Actions
Feature proposal #6841
closedImplement check to see if file being uploaded is larger than PHP limit
Description
There should be a jQuery validation check to prevent even attempting to upload if the file is larger than PHP allows. Without this user is given a generic error and isn't quite clear what is wrong.
Updated by krileon almost 7 years ago
There's no JS validation to begin with so that also needs to be added to avoid posting files to the server that can't possibly upload.
Updated by krileon almost 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
The maximum file size validation will now take into account the maximum post and upload size limits set in PHP so jQuery validation will properly block something that can't possible POST. Multi-uploading also now has full jQuery validation on per upload basis so files too large or wrong extension won't even POST giving instant feedback to the user.
Actions