jeanphix / django-resumable

django backend for resumable.js xhr uploads.
61 stars 21 forks source link

prefix removal #6

Closed chubz closed 8 years ago

chubz commented 9 years ago

Hi, something similar to what is explained here (http://bugs.python.org/issue940316) happened to files I was uploading while using django-resumable. I've made a pull request where I switched lstrip to a replace. It would be excellent if you guys could merge it or do something about that lstrip in the master branch and on pypi