Page MenuHomePhabricator

Better error handling for files that are too big
Open, Needs TriagePublic

Description

When uploading a file that's bigger than the php limit, currently it just throws a generic error message the upload failed.
This should be a message the file is too big. ($FILES['file']['error'] = 1 is the result of the upload)