I applied the #30 patch in my application of Drupal 9, patch got applied succ...

Contribution Date
Technology
Contribution Project
Contribution Details

I applied the #30 patch in my application of Drupal 9, patch got applied successfully but it's not working.

After enabling the chunks upload, the file is getting uploaded in chunks but when we click on select entities getting the error.

Image removed.

I debugged the issue and my findings are:

  • For chunks upload there are 2 routes one for upload-path and one for finalize-path
  • After chunks upload last upload-path has the response with filename Eg, Image removed.
  • Finalize path has the response with filename Eg, Image removed.
  • After chunks upload input element getting some value from js (/dropzonejs/js/dropzone.integration.js) that value is incorrect. value is the last chunk uploaded path filename instead of finalize path filename. Image removed. due to this I am facing above error.
Issue Status
Needs Review
Contribution Author
Files count
4
Patches count
0