fix(upload): fail upload quickly when file too big #142
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Uploading files larger than the permitted file limit, fails slowly if at all at this time. This is due to delayed checks for the files and their sizes. This is okay in general, but quickly breaks down when used in clients.
It is a better UX to fail quickly. This is happening on the client-side, but that is unreliable as the client can theoretically circumvent this.