Wow! It's all so simple! :)
It is just as simple as passing parameters to the upload interface. Here is an example:
Example Command for uploading files into the Audio Module:
"Upload Manager/upload_interface.php?target=Audio"
Example Command for the above plus a reminder:
"Upload Manager/upload_interface.php?target=Audio&reminder=This is a reminder :)"
Example Command for the above plus a limitation on upload file extensions:
"Upload Manager/upload_interface.php?target=Audio&reminder=This is a reminder :)&filetype=mp3,mp4"
Example Command for the above plus an upload process handler that should run after uplaod finished.
"Upload Manager/upload_interface.php?target=Audio&reminder=This is a reminder :)&filetype=mp3,mp4&finishing=process_handler.php"
Multiple file extensions have to be seperated with ","
Finishing process handler must be a php within the root of your module.
For more information, please visit the Github page or send an email to the developer.