Skip to content

How to ask for more information within the uploader?

"I would like more information provided within the uploader (e.g. the order number).
What plan is the most suitable for me? And how can this be done?"

This can be done with the DriveUploader PRO plan using the Javascript API.

You can use #setCustomMetadata(key, value) to set any metadata you want - these will be part of the webhook payload (if used) and part of the notification email. Or you can use #setCustomSubfolderName(name) and put the order number in the name of the folder.

See our JavaScript API Examples at: https://driveuploader.com/api/examples/

Feedback and Knowledge Base