1
jporpilla
How can I increase the file size for uploading using WF-Downloads?
  • 2005/1/11 2:22

  • jporpilla

  • Just popping in

  • Posts: 48

  • Since: 2005/1/10


How can I increase the file size for uploading using WF-Downloads? It was written their thatr only 2M must be uploaded, how can I change it to make it higher?

Kindly guide me..

2
brash
Re: How can I increase the file size for uploading using WF-Downloads?
  • 2005/1/11 2:24

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Not exactly sure where WF-Downloads gets this value from, but you PHP configuration is by default set at a limit of 2MB from memory.

3
jdseymour
Re: How can I increase the file size for uploading using WF-Downloads?

Ah!! that explains some of my troubles too.
Do you think that the file could be uploaded by ftp then hard linked within the module?

4
brash
Re: How can I increase the file size for uploading using WF-Downloads?
  • 2005/1/11 2:35

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Yep. If you FTP the file, then you aren't using PHP and therfore won't be restricted by this setting.

5
kiwiguy
Re: How can I increase the file size for uploading using WF-Downloads?
  • 2005/1/11 3:02

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Quote:

jporpilla wrote:
How can I increase the file size for uploading using WF-Downloads? It was written their thatr only 2M must be uploaded, how can I change it to make it higher?

Kindly guide me..


Hey mate had the same issue if you require the upload limit to be increased for "member submission" of downloads you need to contact your hosting service to get them to change it on there end as thats how I had to change it...

But if your submitting them just do as brash told you and just transfer them straight onto your server via ftp and then place the url in the submit download to point to that download.

Hope that helps
kiwiguy

6
jporpilla
Re: How can I increase the file size for uploading using WF-Downloads?
  • 2005/1/11 21:55

  • jporpilla

  • Just popping in

  • Posts: 48

  • Since: 2005/1/10


Yes, you need to contact firt your hosting but in my case I'm using XOOPS as an Intranet I tried to edit some of it's script but wsan't successful yet.

Anyone had an idea how to fix this?

7
brash
Re: How can I increase the file size for uploading using WF-Downloads?
  • 2005/1/11 22:11

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Well, with Windows at least once you've made the changes to php.ini you need to reboot. But that is hardly suprising .

8
jporpilla
Re: How can I increase the file size for uploading using WF-Downloads?
  • 2005/1/13 3:47

  • jporpilla

  • Just popping in

  • Posts: 48

  • Since: 2005/1/10


I changed the filesize on the php.ini and it works.

; Maximum allowed size for uploaded files.
upload_max_filesize = 60M

9
badz525
Re: How can I increase the file size for uploading using WF-Downloads?
  • 2006/6/11 7:08

  • badz525

  • Just popping in

  • Posts: 6

  • Since: 2006/5/18


Lol,
Can someone help me? Ive read the whole thread. But, how can i access php.ini coz i didnt found the kind of file in XOOPS cms module. Please help me.

10
jdseymour
Re: How can I increase the file size for uploading using WF-Downloads?

You would need to be the server Admin (usually) to access php.ini. It is usually located in the /etc directory on a Linux server.

Login

Who's Online

192 user(s) are online (144 user(s) are browsing Support Forums)


Members: 0


Guests: 192


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