On Wednesday 05 June 2002 16:41, andy wrote:
> // original question:
> <snip>
>
>  I would like to be able to really PREVENT uploads, let's say
>
> > > bigger than 10 MB?!
> >
> > Add this to your HTML form:
> >
> > <input type="hidden" name="MAX_FILE_SIZE" value="10240000">
> >
> > HTH
>
> </snip>
>
> I tryed this, too. But this does not work at all! I use IE 5.5 and it did
> not make any difference. Is there something else we have to take care off?

Not all browsers respect this setting so basically it is useless as a 
'security' measure.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
It is far better to be deceived than to be undeceived by those we love.
*/


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

Reply via email to