Speed Up WordPress File Uploads With DropzoneJS

Upload images immediately and reduce form submission time with DropzoneJS in your forms in WordPress.

  • Immediate image uploads Images upload before form submission when using the DropzoneJS type.
  • Faster form submission Uploading files earlier can reduce the time it takes to submit a form.
  • Browser image optimization Image resizing, format changes, and quality changes happen in the browser.
  • Custom placeholder Set the text shown before any files are added to the field.
  • Flexible upload paths Use the default DropzoneJS path or the normal WordPress uploads path.
  • File handler support Choose how uploaded files are saved when the form is submitted.

DropzoneJS is a file upload type for the WS Form File Upload field. It uploads images immediately instead of waiting until the form is submitted, which can reduce form submission time.

For images, DropzoneJS performs resizing, format changes, and quality changes in the browser rather than on the server. You can also customize the placeholder text shown before files are added.

In WordPress, uploaded files can be saved to submissions, attached to emails, or mapped to integrations where supported when the form is submitted.

  • Uploads before submit

    DropzoneJS uploads images immediately, rather than waiting until the form is submitted.

  • Reduce submit time

    Because images upload earlier, form submission can take less time.

  • Optimize in browser

    For images, resizing, format changes, and quality changes are handled in the browser.

  • Editable placeholder

    Configure the placeholder text shown in the DropzoneJS field before files are added.

  • Supports WS Form variables

    The placeholder field can include WS Form variables.

  • Optional WordPress path

    You can save DropzoneJS uploads to the normal WordPress uploads path instead of the default DropzoneJS path.

  • Custom upload path

    The DropzoneJS upload path can also be controlled with the wsf_dropzonejs_upload_path filter hook.

  • Choose file destination

    File handlers determine the final destination of uploaded files when the form is submitted.

Real Customer Reviews

Trusted by thousands of WordPress professionals.

  • We use WS Form across all our client sites as it is simply the best WordPress form plugin out there.

  • Very great plugin with the best support team. If you want to create individual forms for WooCommerce products, you definitely need this!

    markdaily
  • I was very happy and impressed with the speed of response and the speed of the action taken. The team released an update based on my query which resolved the challenge I had.

    phmediaworks

Frequently Asked Questions

What is DropzoneJS in WS Form?

DropzoneJS is a type of File Upload field in WS Form.

How is DropzoneJS different from the default file upload type?

The DropzoneJS type uploads images immediately, while the default type uploads when the form is submitted.

Does DropzoneJS help reduce form submission time?

Yes. Because images are uploaded immediately, it can reduce the time it takes to submit a form.

How does image optimization work with DropzoneJS?

For the DropzoneJS type, image resizing, format changes, and quality changes occur in the browser before the image is uploaded.

Can I customize the DropzoneJS placeholder?

Yes. You can configure the placeholder text shown before any files are added. Placeholder text is not stored when the form is saved or submitted.

How do I enable DropzoneJS uploads in WS Form?

Add a File Upload field, open its settings, and set the field type to DropzoneJS. For more help, visit the File Upload field guide.