You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Django's default file storage (django.core.files.storage.DefaultStorage). But you can change trough the setting FU_FILE_STORAGE.
I don't think we'll have a problem with django_fine_uploader.fineuploader.SimpleFineUploader, but I'm not sure about django_fine_uploader.fineuploader.ChunkedFineUploader. Specially: ChunkedFineUploader.combine_chunks.
I'm using the Django's default file storage (
django.core.files.storage.DefaultStorage
). But you can change trough the settingFU_FILE_STORAGE
.I don't think we'll have a problem with
django_fine_uploader.fineuploader.SimpleFineUploader
, but I'm not sure aboutdjango_fine_uploader.fineuploader.ChunkedFineUploader
. Specially:ChunkedFineUploader.combine_chunks
.Need to try django-fine-uploader with: https://github.com/jschneier/django-storages
The text was updated successfully, but these errors were encountered: