FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Problem with uploads
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Problem with uploads [message #6004] Mon, 30 September 2002 19:34 Go to next message
Barph is currently offline  Barph   Canada
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 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
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 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
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 #6069 is a reply to message #6007] Tue, 01 October 2002 18:05 Go to previous messageGo to next message
valiant is currently offline  valiant   Switzerland
Messages: 80
Registered: September 2002
Location: Zurich
Karma: 0
Member
perhaps you should place a note in the admin cp commenting this issue.
i guess that's one of the most FAQ Wink
Re: Problem with uploads [message #6070 is a reply to message #6069] Tue, 01 October 2002 18:45 Go to previous message
Ilia is currently offline  Ilia   Canada
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
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Avatar Management Confusion
Next Topic: Can I make a single post (w/attachment) to all forums, even if they are all private?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Wed Oct 02 04:21:06 GMT 2024

Total time taken to generate the page: 0.07001 seconds