Zip file not uploading

Created on 9 July 2024, 5 months ago

If upload huge size zip file, showing below error.

Ex., file size 200MB.

Drupal.AjaxError {message: '\nAn AJAX HTTP request terminated abnormally.\nDebug…/file&ajax_form=1\nStatusText: error\nReadyState: 0', name: 'AjaxError', stack: 'Error\n    at ...../core/misc/ajax.js?v=10.1.6:1889:3'}
message
: 
"\nAn AJAX HTTP request terminated abnormally.\nDebugging information follows.\nPath: /.../admin/config/media/pack-upload/bulk-media-upload?element_parents=panel/file&ajax_form=1\nStatusText: error\nReadyState: 0"
name
: 
"AjaxError"
stack
: 
"Error\n    at ...../core/misc/ajax.js?v=10.1.6:196:32\n    at ...../core/misc/ajax.js?v=10.1.6:1889:3"
[[Prototype]]
: 
Error at ...../core/misc/ajax.js?v=10.1.6:196:32 at ....../core/misc/ajax.js?v=10.1.6:1889:3
🐛 Bug report
Status

Active

Version

2.1

Component

Code

Created by

🇮🇳India gowtham.boopathiraj

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @gowtham.boopathiraj
  • 🇮🇳India sourav_paul Kolkata

    @Gowtham.Boopathiraj you have to update your server configuration to update your server's file size limit, if you are using nginx update the "client_max_body_size 300M" Or you can do it by updating the site's php.ini file with this "upload_max_filesize = 100M
    post_max_size = 100M".

    There is no issue with this module...

  • Status changed to Closed: works as designed 8 days ago
  • 🇮🇳India sourav_paul Kolkata

    Closing this issue as the module is works as designed.
    if anyone faced the same issue please follow the steps mentioned on #2.

    Thanks...

Production build 0.71.5 2024