Multiple uploads aren't properly supported #7

Closed
opened 2021-03-24 16:37:19 +00:00 by diff · 1 comment
Owner

Currently only one file is saved no matter how many you select. Will have to iterate through http.Request.MultipartForm.File to get them all I think.

That behavior should work for both single and multiple uploads, but with RUFF yelling at the user if it finds a second file where there shouldn't be?

Currently only one file is saved no matter how many you select. Will have to iterate through http.Request.MultipartForm.File to get them all I think. That behavior should work for both single and multiple uploads, but with RUFF yelling at the user if it finds a second file where there shouldn't be?
diff added the
bug
label 2021-03-24 16:39:59 +00:00
Author
Owner

Patched up after bbdc5325ae

Patched up after bbdc5325ae
diff closed this issue 2021-03-25 17:46:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: diff/ruff#7
No description provided.