S
SolidJS12mo ago
gubsey

Any way to get the status of a multipart/form-data file upload?

I would like to be able to give the user some indication of how much of their file has completed uploading. As per the title, the form is of type "multipart/form-data". Is there any way to do this? Maybe some way to count the number of bytes sent?
1 Reply
Alex Lohr
Alex Lohr12mo ago
Only with upload streaming or by going down to good ole XMLHttpRequest().