Open
Description
Users who try to upload files larger than given limit should have the upload stop if it goes past a certain filesize.
Optimal solution is to check filesize before letting the user start uploading, but it may not be that straightforward since clients can lie. Got to stop the upload the second it passes the filesize limit