Server Side Implementation
How to handle uploaded files on the server.
Last updated
Was this helpful?
How to handle uploaded files on the server.
Last updated
Was this helpful?
Dropzone does not provide the server side implementation of handling the files.
The way files are uploaded is identical to a standard file upload with a standard HTML form like this:
So if your server accepts files, uploaded like this, it will accept files uploaded with Dropzone.
So please look at the corresponding documentation of the server implementation you're using. Here are a few documentations, if you think I should add some, please contact me.
by startutorial.com
written by Maksim Surguy
Paid documentations:
by startutorial.com.
Please look at the if you need more information.