I do have that in my form, it is set to 15 megs.  I set the server (php.ini)
to allow 15 megs.  Still can't get anything past 2 megs to upload. :\

Thanks for help,

-Mike


> -----Original Message-----
> From: Jay Blanchard [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 05, 2003 9:15 AM
> To: Mike At Spy; [EMAIL PROTECTED]
> Subject: RE: [PHP] Changing the php.ini file
>
>
> [snip]
> I changed a value for max uploads in my php.ini file (linux box); I
> restarted apache, then the whole server, to get the new value to come up
> and, generally, take affect.
>
> Neither of those things did it.  Does anyone know what I need to do to
> get
> the ini file re-read by the OS, or system, so that the new value goes
> into
> effect?
> [/snip]
>
> In your upload dialog form do you have something similar to this
>
> <input type="hidden" name="MAX_FILE_SIZE" value="30000">
>
> if so, it may need changing. If not, it may need adding.
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to