使用带有常规 HTTP 请求的 Dropzone JS 上传文件 NOT AJAX

Upload Files using Dropzone JS with regular HTTP request NOT AJAX

目前我正在使用 Dropzone JS 将文件连同一些表单数据上传到服务器。这里 dropzone JS 使用 ajax 请求上传所有表单数据。但我想使用常规的 http 请求发送数据。我怎样才能做到这一点?

更新

实际上,我想在提交表单数据和文件后根据一些条件执行一些重定向。所以我需要定期的 HTTP 请求。我尝试了 autoProcessQueue 但没有用,因为提交后,Dropzone 正在使用 XMLHttp 请求发送数据。

DROPZONE 不支持常规 HTTP 文件上传。

这里是 issue on github.

作者 enyo 的评论是:No. But you can listen to the success event and redirect the page after it uploaded