You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When using nginx as a reverse proxy this continues to be an issue, but in testing environments the TCP connection is cut early by the server. This needs to be investigated further
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
The text was updated successfully, but these errors were encountered: