[Bug 17941] $wgMaxUploadSize doesn't affect normal file uploads

2010-04-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17941

Bryan Tong Minh bryan.tongm...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bryan.tongm...@gmail.com
 Resolution||FIXED

--- Comment #10 from Bryan Tong Minh bryan.tongm...@gmail.com 2010-04-15 
09:29:26 UTC ---
r65049

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17941] $wgMaxUploadSize doesn't affect normal file uploads

2009-05-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17941


Karun Dambiec ka...@fastmail.fm changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Keywords|easy|upstream




--- Comment #9 from Karun Dambiec ka...@fastmail.fm  2009-05-16 01:44:28 UTC 
---
(In reply to comment #8)

 
 PHP suggest the MAX_UPLOAD_LIMIT input but the browser's don't take it into
 account :(
 

It appears to be an upstream problem, where we need web browsers to be fixed to
check that file size does not exceed a maximum size, before uploading a file.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17941] $wgMaxUploadSize doesn't affect normal file uploads

2009-05-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17941





--- Comment #5 from Karun Dambiec ka...@fastmail.fm  2009-05-10 21:19:48 UTC 
---
I have updated the information on the Wiki in relation to why we cannot
restrict the upload size using normal file uploads and this method at
http://www.mediawiki.org/wiki/Manual:Configuring_file_uploads#Set_maximum_size_for_file_uploads

An alternative option could be to use JavaScript or Java to check the file size
before it is uploaded. If JavaScript is disabled it would not resolve this
issue.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17941] $wgMaxUploadSize doesn't affect normal file uploads

2009-05-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17941


Karun Dambiec ka...@fastmail.fm changed:

   What|Removed |Added

  Component|General/Unknown |Uploading
Product|Wikimedia   |MediaWiki




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17941] $wgMaxUploadSize doesn't affect normal file uploads

2009-05-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17941


Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com




--- Comment #6 from Platonides platoni...@gmail.com  2009-05-10 21:26:34 UTC 
---
(In reply to comment #5)
 An alternative option could be to use JavaScript or Java to check the file 
 size
 before it is uploaded. If JavaScript is disabled it would not resolve this
 issue.

Firefogg should take into account that limit.

I think that it would be consistent if $wgMaxUploadSize were also enforced for
uploads, 
even if PHP configuration has the last word about it. For instance, the php
limit may be 
higher than the desired for the wiki in order to support another app.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17941] $wgMaxUploadSize doesn't affect normal file uploads

2009-05-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17941





--- Comment #8 from Platonides platoni...@gmail.com  2009-05-10 23:08:14 UTC 
---
(In reply to comment #7)
 I have been trying to find a solution to the problem that is not dependent on
 ActiveX and using JavaScript. Ive found many examples that use ActiveX such as
 http://www.codingforums.com/archive/index.php/t-68495.html
 With some other solutions I have looked at, browser security restrictions
 generally prevent them.
 
 I think we need a solution that is not browser dependent, and does not require
 ActiveX.

PHP suggest the MAX_UPLOAD_LIMIT input but the browser's don't take it into
account :(


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17941] $wgMaxUploadSize doesn't affect normal file uploads

2009-05-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17941


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
Summary|$wgMaxUploadSize doesn't|$wgMaxUploadSize doesn't
   |work.   |affect normal file uploads




--- Comment #4 from Roan Kattouw roan.katt...@gmail.com  2009-05-09 13:05:33 
UTC ---
(In reply to comment #1)
 From the documentation of the variable:
 
 Note: This option currently has no effect on the normal upload feature!

Changing summary accordingly.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l