RE: [PHP] HTTP Upload Problem

2001-04-02 Thread Yev
TECTED]] > Sent: Monday, April 02, 2001 6:02 PM > To: Phillip Bow; [EMAIL PROTECTED] > Subject: Re: [PHP] HTTP Upload Problem > > > Just set it to 10, and same thing.. > in my php.ini file it's set to 2M > > upload_max_filesize = 2M > > still clueless,

Re: [PHP] HTTP Upload Problem

2001-04-02 Thread Yev
Just set it to 10, and same thing.. in my php.ini file it's set to 2M upload_max_filesize = 2M still clueless, Yev --- Phillip Bow <[EMAIL PROTECTED]> wrote: > I suspect there is a limit on the MAX_FILE_SIZE. You might want to > check > the RFC, but I suspect you should set the value t

Re: [PHP] HTTP Upload Problem

2001-04-02 Thread Phillip Bow
I suspect there is a limit on the MAX_FILE_SIZE. You might want to check the RFC, but I suspect you should set the value to be 2gb or less(I think that is the limit). -- phill "Yev" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > OK, here's my problem > I wrot

[PHP] HTTP Upload Problem

2001-04-02 Thread Yev
OK, here's my problem I wrote a simple upload script: File: I purposely specified MAX_FILE_SIZE to be big since I heard it causes problems if it's too small: ie files get rejected no matter what. If I input any file, the $HTTP_POST_FILES shows the proper stuff, but the file doesn't exis