-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
oc-1510 - Wrong maximum possible upload size in Admin panel of web interface #856
Comments
On a 32bit OS/PHP the max possible is 2GB - on a 64bis system 8589934592GB will be displayed. I'm question the need of this maximum possible value as we neither validate it not it seems to be related to any real technical barrier. Asfar as I can tell: it's pointless - let's drop it! |
I think it's best to only show the max possible size for 32bit systems, since the 64bit limit is completely irrelevant for all intents and purposes. Free disk space is not an option since it's subject to change |
for a 64 bit system we have no such limitation refs #856
for a 64 bit system we have no such limitation refs #856 Conflicts: apps/files/templates/admin.php
fixed in master and stable45 - will be part of 4.5.6 |
From http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-1510 and http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-2008
This is not fixed, is still a bug in v4.5.4 and stable45, and very visible. Sorry @karlitschek :)
Description:
The admin panel always shows PHP_MAX_INT as maximum possible upload size. See also this forum post.
Reproduction steps:
As administrative user, go to the Admin Panel. Next to "Maximum upload size" you will see 8589934592 GB. Expected: upload_max_filesize (or free disk space) - at least something reasonable, or nothing at all, should be shown instead.
#3 Comment posted by Frank Oct 02, 10:51
This is no longer visible in 4.5
The issue was updated with the following change(s):
#4 Comment posted by Randolph Carter Oct 11, 22:23
Don't want to be pedantic, but this still is an issue in 4.5. Just updated to 4.5 and it still shows the same value as stated in the description!
The text was updated successfully, but these errors were encountered: