Embedded Uploads is an all new method of receiving user uploads!
Many websites and apps use Starfiles to let users upload files to their service. Unfortunately, setting up uploads is a complicated and time consuming task. Developers are now able to receive uploads in 30 seconds without writing any code, and they get all the benefits of Starfiles uploads (such as; instant uploads, resumable downloads, and more).
How it works
Simply link to https://starfiles.co/customupload?callback=[callback_URL]
. Users will be able to upload files to Starfiles and then get linked back to your callback URL.
Example:
In this example, we’ll link to: https://starfiles.co/customupload?callback=https://example.com/upload?id=
.
Once users upload their file(s), they can click the filename and get sent back to the callback URL: https://example.com/upload?id=xxxxx
(xxxxxx is the file ID).