RicoDev
11-18-2001, 07:07 PM
Hello there!
I got a php routine installed on my web page and I have problems with Uploads. I need to allow poeple to uploads file that are bigger than 1 megs. In my php routine, I have set this maximum to 10 megs. I've also set this maximum in my php.ini file. Right now it's impossible to upload file bigger than 1 meg. The thing is that I had this set up working fine under RH7.1 Now I'm using RH7.2. Poeple trying to upload file bigger than 1 meg get this error message :
* The request or reply is too large.
If you are making a POST or PUT request, then your request body
(the thing you are trying to upload) is too large. If you are making a
GET request, then the reply body (what you are trying to download) is
too large. These limits have been established by the Internet Service
Provider who operates this cache. Please contact them directly if you
feel this is an error.
Any ideas?
Thank's a lot for helping!
Eric
I got a php routine installed on my web page and I have problems with Uploads. I need to allow poeple to uploads file that are bigger than 1 megs. In my php routine, I have set this maximum to 10 megs. I've also set this maximum in my php.ini file. Right now it's impossible to upload file bigger than 1 meg. The thing is that I had this set up working fine under RH7.1 Now I'm using RH7.2. Poeple trying to upload file bigger than 1 meg get this error message :
* The request or reply is too large.
If you are making a POST or PUT request, then your request body
(the thing you are trying to upload) is too large. If you are making a
GET request, then the reply body (what you are trying to download) is
too large. These limits have been established by the Internet Service
Provider who operates this cache. Please contact them directly if you
feel this is an error.
Any ideas?
Thank's a lot for helping!
Eric