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
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