Hello there! This is a developer function that accept external upload request by other functional modules.
If you enter here accidentally, please press HERE and return to the function menu.
I am a developer! How can I use this module?
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.
'; echo '

Seems you call the API with wrong format :(

'.$_GET['errmsg'].'
Request denied by: '.$_GET['source'].'

'; echo '
'; } ?>