Dropzone Plus
  • Introduction
  • Getting Started
  • How to submit data
    • With pure HTML
      • Send files with pure HTML
    • With JavaScript
      • Send files with JavaScript
  • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. How to submit data
  2. With JavaScript

Send files with JavaScript

PreviousWith JavaScriptNextFAQ

Last updated 3 years ago

Was this helpful?

Sending files with JavaScript is a bit more complicated, that's why we're going to use the open source library 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 . 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.

Dropzone
Dropzone Tutorials Documentation