fix(upload): fail upload quickly when file too big #142

Open
opened 2026-01-05 08:46:05 +00:00 by chartgerink · 0 comments
Owner

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
researchequals/api#142
No description provided.