Get notified after each upload

Amazon S3 upload add-on.
Post Reply
User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Get notified after each upload

Post by support »

The applet can issue an HTTP POST request to a third party server after each upload with:
<PARAM NAME="status" VALUE="http://server.com/script.php">
<PARAM NAME="statusparameters" VALUE="true">

Applet will send he following parameter in HTTP POST request:
filename1=yourfile.zip
status=completed

Post Reply