1
Hi,
I went through the forum but I still couldn't find a solution to my problem.
Several posts mention that the max upload size in wf-downloads (as well as in other modules I think) is constrained by a PHP core directive called upload_max_filesize ; which in my case is set to 2M.
My problem is that I want to increase it.
In a post (sorry I can't remmeber who it was) someone suggest to use a .htaccess file to set up this value ; and he also says that sometimes it doesn't work. In my case it doesn't work at all. All the website turns to a blank page
I then contacted my host service asking them to increase this value. They said they can't do it as it is a core parameter and that it will affect all their clients (which I can understand).
They also suggested that instead of using a Php upload function, better try a java applet such as
this one. However, I'm really not willing to put a java applet in my nice and stable XOOPS website.
There must be another solution...
Would anyone have a clue?