Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chunking files seems to break upload to AWS S3 #3592

Closed
filipopo opened this issue Aug 23, 2023 · 2 comments
Closed

Chunking files seems to break upload to AWS S3 #3592

filipopo opened this issue Aug 23, 2023 · 2 comments
Labels

Comments

@filipopo
Copy link

filipopo commented Aug 23, 2023

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):

  • OS: MacOS
  • Browser Firefox
  • Version 2.1.61
@github-actions
Copy link

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

@github-actions github-actions bot added the stale label Oct 13, 2023
@github-actions
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant