I've got it set to 100 megs for both the browser and the php.ini file, I 
just set a really high limit as not to come close to the files I am trying 
to upload.  However it still seems to load up a blank page and doesn't 
upload the file if greater than 6 megs.

Ron


>From: "Dennis Moore" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
>Subject: Re: [PHP] Uploads
>Date: Mon, 21 Jan 2002 18:23:25 -0500
>
>make sure you set the max_file_size in your form.
>
>    ie <input type="hidden" name="MAX_FILE_SIZE" value="8000000">
>
>or set it in your php.ini or .htaccess file.
>
>/dkm
>
>----- Original Message -----
>From: "Ronald Tezuka" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, January 21, 2002 5:50 PM
>Subject: [PHP] Uploads
>
>
> > If anyone can help me out, that'd be greatly appreciated.  I'm trying to
> > create an upload form.  Now I've checked both in books and online, and
>maybe
> > it's becuase I'm trying a weird application, but I can't seem to get
>uploads
> > greater than 6 megs.  If it is greater than 6 megs, it loads up a blank
>page
> > even if I have the PHP script that outputs an HTML file.  Anyway I 
>checked
> > online when I was first did this and figured out to increase the max 
>value
> > in the php.ini file from 2 megs to much higher.  I'm still having 
>trouble
> > though.
> > Here's what I am using
> > Omnihttpd 2.09
> > PHP 4.02
> > Windows 98 (4.10.1998)
> > and IE 4.72.3110
> > So if anyone knows why I can't upload files greater than 6 megs
> > (approximate) it'd be greatly appreciated if you'd help me.  Thanks
> >
> > Ron
> >
> > _________________________________________________________________
> > Send and receive Hotmail on your mobile device: http://mobile.msn.com
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
>




_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to