Send files with JavaScript

Sending files with JavaScript is a bit more complicated, that's why we're going to use the open source library Dropzone in this example.

Dropzone Plus and the JavaScript library Dropzone are completely independent. you can always use one without the other. Feel free to use any client side library you want to submit your data.

We will soon provide more examples here, but in the meantime you can look at a usual setup with Dropzone in the official Dropzone Tutorials Documentation. Just make sure you update the target action with the URL you get from Dropzone Plus, and add your website to the Allowed Domains in the settings.

Last updated