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

Web interface upload and OwnCloud client sync problem on 64-bit Ubuntu #1453

Closed
samiux opened this issue Feb 5, 2013 · 5 comments
Closed
Labels

Comments

@samiux
Copy link

samiux commented Feb 5, 2013

Operating System : Ubuntu Server 12.04 LTS (64-bit)
OwnCloud : 4.5.6
Apache : 2.2.22
PHP : 5.3.10 with mod_fcgi

Problem #1 :

When using web interface to upload a file that is greater than 2GB, the upload failed even my PHP.ini set to 40GB. It can only upload up to 2GB size on the web interface.

Problem #2 :

When using OwnCloud client to sync the file that is greater than 2GB, the sync success but the file size on the web interface is showing 0. However, it can be downloaded and the file is not corrupted.

Any idea?

@DeepDiver1975
Copy link
Member

Anything of interest in data/owncloud.log or Apache error.log?

@samiux
Copy link
Author

samiux commented Feb 5, 2013

I checked the PHP is 64-bit version by the following command :

php -r "echo PHP_INT_MAX;"

and the output is :

9223372036854775807

There is no error message in apache2's access.log and error.log as well as OwnCloud's owncloud.log.

For the Problem #2, the size is showing "0" only for .zip or archived files. The others will showing >1000 if they are larger than 2GB.

Any idea?

@samiux
Copy link
Author

samiux commented Feb 5, 2013

Further to the above, I find out that when the uploaded file size is larger than 2GB, it will be deleted automatically in the /tmp directory. Therefore, it will be the answer for the unsuccessful uploading the file that is larger than 2GB via web interface.

@samiux
Copy link
Author

samiux commented Feb 5, 2013

Further to the above, I set the php_value to "LimitRequestBody 0" the uploaded temp file will not be crunked. However, when it creating the other temp file up to 2 GB, it quit and the temp file disappeared.

@jancborchardt
Copy link
Member

I’m closing this bug because it has been inactive for a few months. This probably means it’s not reproducible or it has been fixed.

Please reopen if the error still persists with ownCloud 5.0.9 (the latest stable version) and then please use the issue template. You an also contribute directly by providing a patch – see the developer manual. :)

Thank you!

@lock lock bot locked as resolved and limited conversation to collaborators Aug 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants