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 can I add a folder_id to an upload? #50

Open joeco23 opened 4 years ago

joeco23 commented 4 years ago

I am combining django_filer with django_chunked_upload, and I am trying to upload a file to the folder location my url is currently pointed to. Instead, all chunked uploads go to an unsorted folder.

Is there a way I can add a folder_id to the chunked_upload views.py file?

jerinpetergeorge commented 4 years ago

@joeco23 Have you tried to change the CHUNKED_UPLOAD_TO settings variable?