waynehoover / s3_direct_upload

Direct Upload to Amazon S3 With CORS
MIT License
652 stars 333 forks source link

manual callback call #196

Open guyisra opened 9 years ago

guyisra commented 9 years ago

Is there a way to make it so the callback_url won't be called immediatly after upload but on s3_uploads_complete (for example)?

this so if a user wants to upload many images, the images will get uploaded in the background, but the actual processing by the server will start only once the user does something (like press a button). This will allow the user to regret adding specific images, without the need to delete them after processing