jeanphix / django-resumable

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

How do I actually get the files? #10

Closed willfurnell closed 7 years ago

willfurnell commented 7 years ago

Sorry for the basic question, but how do I manipulate the files that have been uploaded?

I'd like to move them to a particular storage location on disk, but I'm not sure how to get the file object(s).

Thanks,

Will

willfurnell commented 7 years ago

I'm closing this issue because I decided to use a different solution.