bradleyg / django-s3direct

Directly upload files to S3 compatible services with Django.
MIT License
653 stars 234 forks source link

there is no way to know if error when uploading a file #260

Open BisasterBoy32 opened 1 year ago

BisasterBoy32 commented 1 year ago

When uploading a file, if it fails there is no way to know the error will only be displayed on the console but the user can't know what's going on it won't show any errors on th UI, could you please add some a div that shows there was an error during the upload or something like that? this way users will be aware that the upload fail and they try to reupload again