Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: changing max upload file size


Message #1 by Sheila Fenelon <sheila@s...> on Tue, 27 Mar 2001 11:27:16 -0600
Hello,

I need to be able to override the configured max upload
file size. I can see how to manage it with PHP 4 but
unfortunately I'm working with PHP 3. I've searched
the docs and other online info and can't find the solution.

Here's the server setup:
PHP 3.0.6 running via php.cgi
I don't have access to php.ini (it's a shared server).

First, is it true that with this version of php and running
through php.cgi, I can't use a php.ini local to my script?

If that's correct then can anyone offer any other
suggestions? Should I just grap the filehandle and
deal with the upload myself? Is that practical or will
I run into other problems. I know how to do this
with Perl but have less experience with PHP so I'm
looking for as much guidance as possible.

Thanks,
Sheila



  Return to Index