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

Failed to upload a large file #524

Open
pppaapp opened this issue Mar 16, 2023 · 1 comment
Open

Failed to upload a large file #524

pppaapp opened this issue Mar 16, 2023 · 1 comment

Comments

@pppaapp
Copy link

pppaapp commented Mar 16, 2023

System Info

  • PHP Version: 8.1.16
  • XBackBone Version: 3.6.1
  • Webserver: Nginx
  • Database backend: SQLite

Describe the bug
Failed to upload a large file
It's not a 413 error issue

To Reproduce

I installed xbackbone on oracle cloud Arm Instances (Free Tier)

Additionally, I set memory_limit = 1024M, upload_max_filesize = 16G, and post_max_size = 16G

I also set the client_max_body_size to 16G

CleanShot 2023-03-16 at 11 44 43

I uploaded the 1GB file to xbackbone
The 1GB file was successfully uploaded

CleanShot 2023-03-16 at 11 47 50

But I'm having trouble uploading a 2GB file
I kept waiting, but nothing changed

The file is uploaded to the server, but it seems to be deleting the file instead of keeping it

So I installed it on another x64 machine with all the same settings

I successfully uploaded a 2GB file
But the 10GB file failed to upload

I want to troubleshoot an upload issue

Expected behavior
Successful upload

Screenshots
If applicable, add screenshots to help explain your problem.

Logs
XBackBone and/or webserver logs.

@Bortus-AI
Copy link

Same issue here. Anything over 2GB says 100% instantly and doesn't upload. PHP is set correctly.

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

No branches or pull requests

2 participants