Skip to content

Uploading

Remie Bolte edited this page Oct 2, 2015 · 3 revisions

This should be the easy part :)

You can upload the files using drag & drop (depending on browser support) or by using the file input field on the form. Uploading will start automatically. As soon as the file has been transferred succesfully, a file-specific token will be provided. You can use this token to download the file to your computer.

Sharing files

If you wish to share the files you use the built-in email form to notify the recipient. If you wish to use your own email client or other notification methods (like HipChat or WhatsApp), you can share the token which is printed on screen once the upload has completed successfully.

Browser compatibility

YouTransfer will always work with the latest version of any major browser, and will try to support up to three prior versions. There is one exception: drag & drop support for file uploading. This relies on HTML5 and more specifically the ability for data transfer. See the DropzoneJS compatibility chart for more information.

Clone this wiki locally