// 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? Andy "Lowell Allen" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > From: Christoph Starkmann <[EMAIL PROTECTED]> > > > > Hi There! > > > > When uploading a file with PHP, AFAIK I can only control what will be stored > > on the server. So if someone sends me 100 MB, these will be deleted > > immediately. But, unfortunately, the traffic is produced nevertheless. Is > > there any way to check the file size before uploading the file or any other > > way to keep the traffic under a certain limit? Last think I would like to > > have is a script that disables all uploads after a certain traffic has been > > produced, 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 > > -- > Lowell Allen > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php