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?

How to submit data

Everything you need to know about sending data to Dropzone Plus.

PreviousGetting StartedNextWith pure HTML

Last updated 3 years ago

Was this helpful?

Once you've created an account and setup your project, it's time to build the client side of the equation: the web form.

In general you can think of it this way: to send data to Dropzone Plus you setup your form exactly the same way as you would send data to any other server. There is nothing special to it. Dropzone Plus accepts submissions as normal form uploads and JSON (if you send your form with JavaScript).

The names of the fields can be completely arbitrary, but there are a few fields that have special meaning:

  • name

  • firstName

  • lastName

  • email

These fields will be sortable in the dashboard. Follow to get notified when it lands.

this discussion