-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to get upload progress? #129
Comments
Up to S3, or upload from the browser to Django?
…On Wed, 18 Aug 2021 at 04:07, sunjiali ***@***.***> wrote:
Hi,
Is there a way to get file upload progress?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#129>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABEKCEMQ45NVGQFOLASPUDT5MPVVANCNFSM5CLDL3HA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Upload from the browser to Django |
Yes, but it has nothing to do with django-s3-storage, as any solution will
work irrespective of your Django storage backend. Google for Django upload
progress, or upload progress widgets for whatever frontend framework you're
using.
…On Wed, 18 Aug 2021 at 07:58, sunjiali ***@***.***> wrote:
Up to S3, or upload from the browser to Django?
Upload from the browser to Django
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABEKCHSJZ5ZLZ2RT4ATMKLT5NK2NANCNFSM5CLDL3HA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Thanks for your help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Is there a way to get file upload progress?
The text was updated successfully, but these errors were encountered: