Notification
Notification is an important feature of iDropper. Notification lets someone
know that new files have been delivered. This happens after the files are
delivered. iDropper has three options for notification:
A web script is a powerful option that can start a process
on a server. Any server script can be used. Think of it like a browser
form submission, as when you click the "Order" button at an online store. Use
it to add entries to a database, or e-mail a status message to an account
executive.
Sends a list of the files that it delivers. We call this
list a File Manifest. The manifest will have the list of files delivered,
and optionally have links to the files on the server.
Opens a web page for your users. You provide a web page so your users can
finish the delivery manually, get further instructions or fill in a form. You can also choose to send a UUID to the web page as a GET parameter.
|