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

How to handle errors #30

Closed Flinkas closed 7 years ago

Flinkas commented 7 years ago

Hi,

sorry for this stupid question, but someone can help me? how can I handle errors like OSError: [Errno 28] No space left on device etc?

doctormo commented 7 years ago

That means the location the upload is trying to save to is full. That error should be caught and expressed to the uploading client though.