HTTP Actions Plugin
There are already several HTTP actions available in AutoPlay Media Studio 8 and Setup Factory 9, and this plugin adds two more to them.
HTTP.SubmitMultipart() and HTTP.SubmitSecureMultipart() can be used to submit multipart/form-data to remote web servers, which means that now you can easily upload files to servers without using the FTP protocol.
Additionally, as a form submission with files may take some time to complete, support for the built-in progress screen (StatusDlg) as well for custom progress controls via Custom Callback functionis provided. Callback and StatusDlg is not supported in the standard HTTP.Submit() actions, as these are expected to return almost instantly.
Now available for AutoPlay Media Studio 8 and Setup Factory 9 only, as a 32-bit plugin.
The plugin can be ported back to Lua 5.0 for use with earlier versions of AutoPlay Media Studio, TrueUpdate and Visual Patch. Please contact me if you wish to discuss the development.