Problem with uploads [message #6004] |
Mon, 30 September 2002 19:34 |
Barph
Messages: 1 Registered: September 2002
Karma: 0
|
Junior Member |
|
|
For some reason I cannot get our forum's to allow file uploads greater than about 2 megs. I'm sure of the exact size limit.
Inside the 'category & forum management' and on the 'editing forum departments' page, I have tried many different value's for max attachment size (currently at 10000000 for testing)
For some reason, files upload just fine if they are under about 2 megs.
Any ideas?
Thanks,
Harry
It's Like a Jungle
Sometimes It Makes me wonder how I keep from goin under
Huh huhuhhuhh huh huh
|
|
|
Re: Problem with uploads [message #6006 is a reply to message #6004] |
Mon, 30 September 2002 19:40 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You've come across PHP's file upload limit, you can change this limit via php.ini, this is not something a forum can modify.
FUDforum Core Developer
|
|
|
Re: Problem with uploads [message #6007 is a reply to message #6006] |
Mon, 30 September 2002 19:41 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Change this:
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
To:
; Maximum allowed size for uploaded files.
upload_max_filesize = 8M
inside php.ini file, after you make the change don't forget to restart the webserver.
FUDforum Core Developer
|
|
|
|
Re: Problem with uploads [message #6070 is a reply to message #6069] |
Tue, 01 October 2002 18:45 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I will add some kind of a note about this in the manual.
FUDforum Core Developer
|
|
|