Studio-42 / elFinder

📁 Open-source file manager for web, written in JavaScript using jQuery and jQuery UI
https://studio-42.github.io/elFinder/
Other
4.6k stars 1.41k forks source link

Chunking files seems to break upload to AWS S3 #3592

Closed filipopo closed 8 months ago

filipopo commented 10 months ago

Describe the bug Uploading files to S3 doesn't work when chunking files, a fix is to increase uploadMaxChunkSize here and in the min.js file: https://github.com/Studio-42/elFinder/blob/91133c14a341158beca82aede0b2138236a96bc8/js/elfinder.full.js#L11357

To Reproduce Upload file larger than 10M Receive no error, even in debug mode but file is not processed

{
  "added": [],
  "debug": {
    "connector": "php",
    "phpver": "8.1.20",
    "time": 0.01545405387878418,
    "memory": "9401Kb / 7312Kb / -1",
    "upload": "",
    "volumes": [
      {
        "id": "fls1_",
        "name": "flysystem",
        "mimeDetect": "finfo",
        "imgLib": "gd"
      }
    ],
    "mountErrors": [],
    "backendErrors": []
  }
}

Expected behavior Upload successful

Screenshots image

Desktop (please complete the following information):

github-actions[bot] commented 9 months ago

This issue is stale because it has been open for 50 days with no activity.

github-actions[bot] commented 8 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.