You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as well as typical configuration of blueimp-jQuery-File-Upload with chunk upload model, weird thing happens:
All data in form fields are missing, except for values from upload_set_form_field. To be detailed, upload_aggregate_form_field and upload_pass_form_field are all lost when the POST request is passed to the backend (written with Django 2.2).
Well, even if I can pass the form data via another AJAX post or via http headers data, the hash value (like $upload_file_sha256) from upload_aggregate_form_field is lost. This should be a bug.
The Nginx server is compiled with the latest version of nginx-upload-module, no other modules compiled with.
When configuration is set as below:
as well as typical configuration of blueimp-jQuery-File-Upload with
chunk upload model
, weird thing happens:All data in form fields are missing, except for values from
upload_set_form_field
. To be detailed,upload_aggregate_form_field
andupload_pass_form_field
are all lost when the POST request is passed to the backend (written with Django 2.2).One record from Django log file is like this:
I have tried many options of both nginx-upload-module and blueimp-jquery-upload, but failed at all.
Could any guy help me with it? Thank you in advance!
The text was updated successfully, but these errors were encountered: