Re: [PHP] File Upload Size Limit Problem

2001-03-12 Thread Yasuo Ohgaki
If you have been changed your php.ini to accept larger uploaded files. Then there are many possibilities. If you explain what kind of environment you have and it's settings, someone might be able to help you. Regards, -- Yasuo Ohgaki ""Jeff Oien"" <[EMAIL PROTECTED]> wrote in message [EMAIL PRO

RE: [PHP] File Upload Size Limit Problem

2001-03-10 Thread Jeff Oien
> ""Jeff Oien"" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I've modified a script for uploading multiple files > > and am trying to get it to produce an error if the > > size of the file is larger than 2 MB but can't get it > > to work. Here is the code

Re: [PHP] File Upload Size Limit Problem

2001-03-10 Thread Yasuo Ohgaki
""Jeff Oien"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I've modified a script for uploading multiple files > and am trying to get it to produce an error if the > size of the file is larger than 2 MB but can't get it > to work. Here is the code in question

[PHP] File Upload Size Limit Problem

2001-03-10 Thread Jeff Oien
I've modified a script for uploading multiple files and am trying to get it to produce an error if the size of the file is larger than 2 MB but can't get it to work. Here is the code in question with the who code below. When I try to upload a 3 MB file it doesn't produce an error. Everything els