How to upload a file and track it's progress on the client-side?
I send a file with the following function:
I'm unsure how I can get the file on the api side and write it to disk, or delete the temp file if the upload is aborted. Any tips? 😇
0 Replies