Fail file upload if not all data is uploaded #356

Closed
opened 2023-04-27 13:12:59 +02:00 by Jef Roosens · 0 comments
Owner

Currently a file upload is accepted even if the upload failed prematurely, resulting in a broken file.

Therefore, the upload should check whether the amount of received bytes is the same as the amount defined in the request header.

Currently a file upload is accepted even if the upload failed prematurely, resulting in a broken file. Therefore, the upload should check whether the amount of received bytes is the same as the amount defined in the request header.
Jef Roosens added this to the 0.6.0 milestone 2023-04-27 13:12:59 +02:00
Jef Roosens added the
bug
label 2023-04-27 13:12:59 +02:00
This repository is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
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: vieter-v/vieter#356
No description provided.