juliomalegria / django-chunked-upload

Upload large files to Django in multiple chunks, with the ability to resume if the upload is interrupted.
MIT No Attribution
214 stars 71 forks source link

Uploading on IIS server #64

Open felixglinka opened 2 years ago

felixglinka commented 2 years ago

I dont know whether someone tried to deploy a website using this upload? Locally it works, but when I try to upload it on a deployed server, then this mistakes occurs:

BytesReceived="0", ErrorCode="Reached the end of the file. (0x80070026)"

Any clues pageThreeXml ?