mattaustin / django-storages-s3upload

Direct (client-side) HTTP POST file upload to S3 using Django forms/views.
http://django-storages-s3upload.readthedocs.org/
Apache License 2.0
8 stars 4 forks source link

Dropzone fallback form does not work because success_action_redirect is not set #1

Open mattaustin opened 10 years ago

mattaustin commented 10 years ago

The problem is that if success_action_redirect is set, then Dropzone does not recognize the file was properly uploaded (and also our event receiver does not receive the XML data to post back to the site). But the fallback form does require success_action_redirect in order to ping the site with the upload data.