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

Upload fails @ >10MB #1

Open
mittra opened this issue Apr 4, 2014 · 1 comment
Open

Upload fails @ >10MB #1

mittra opened this issue Apr 4, 2014 · 1 comment

Comments

@mittra
Copy link

mittra commented Apr 4, 2014

I am trying to use the web interface to upload a 89.8MB file as a test before deploying to my users. Upload is failing at 58%. This file is roughly 10% the size that will be typically uploaded by my users and I am using FTPBox so my users do not have to install an FTP Client or perform the upload via the command line.

In system/classes/upload.php I have already increased $sizeLimit to 5368709120 (5GB) to match my php.ini settings "upload_max_filesize = 5120M", "post_max_size = 5G", and "output_buffering = 5120".

PHP Version: 5.3.28
System: Linux www2.g1.pair.com 2.6.32-50-server #112-Ubuntu SMP Tue Jul 9 20:45:08 UTC 2013 x86_64
Browser: Chrome Version 33.0.1750.154 m

If there additional information I can provide that will assist in resolving this issue, please let me know.

@mittra
Copy link
Author

mittra commented Apr 4, 2014

UPDATE:

I tried smaller files to determine where the error seems to occur. While uploading a 14.6MB file I got a message that the "File is too large":

image

Curious. I found on line 120 of upload.php where that error message is generated, so I included in the error message the variables for $size and $this->sizeLimit and found that FTPBox seems to think the max size limit is still 10MB (10485760 bytes).

Where else is that limit set?

@mittra mittra changed the title Upload fails @ ~50MB Upload fails @ >10MB Apr 4, 2014
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

1 participant