1
Kiki1
WF - Downloads Problem Uploading max 2Mb
  • 2004/10/16 12:29

  • Kiki1

  • Not too shy to talk

  • Posts: 118

  • Since: 2004/3/14


Server Status
Information taken from PHP ini File:
# GD Library Support: Enabled (Thumbs Nails Available)
# GD Library Version: bundled (2.0.28 compatible)

# Safe Mode Status: OFF
# Register Globals: ON
# Server Uploads Status: ON
# Max Upload Size Permitted: 2M
# Max Post Size Permitted: 55M


# Max Upload Size Permitted: 2M ----> i want to set max file size upload 10000 Mb

but i cant i go on preferences and i change to 1 0000Mb and its always 2Mb

2
ackbarr
Re: WF - Downloads Problem Uploading max 2Mb

this limit is controlled by php, not by wf-downloads. If you are on a host that uses Apache, try creating an .htaccess file in your root website with the following:

Quote:

php_value post_max_size=11M
php_value upload_max_filesize=10M


It is important that your post_max_size setting is larger than the upload_max_filesize, otherwise large file uploads will fail.

The above will only work if your host allows the usage of .htaccess files. If it doesn't, your only option is to contact your host to see if they will increase the file upload limit.

3
kiwiguy
Re: WF - Downloads Problem Uploading max 2Mb
  • 2004/10/18 11:27

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I had the same prob only able to upload 2mb max had to get the hosting company to increase it for me.

4
rcjohnson
Re:WF - Downloads Problem Uploading max 2Mb
  • 2004/10/18 13:09

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


Im sure you know this, but I had the same problem and just uploaded the file to my server, and used teh wf-downloads "link" option.

Login

Who's Online

215 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 215


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits