On Wed, 21 Feb 2001 10:17, Kenneth R Zink II wrote:

> > I want to limit uploaded files to $250k.  The incoming files should be
> images, so I also want to limit the files to .gif or .jpg files.
>
> How would I go about doing this?
>
> Kenneth R Zink II

Go to http://www.php.net/manual/en/features.file-upload.php (or your 
favourite mirror) for more information. In particular, you'll want to 
look at MAX_FILE_SIZE and $userfile_type

Cheers
-- 
David Robley                        | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet                            | http://auseinet.flinders.edu.au/
            Flinders University, ADELAIDE, SOUTH AUSTRALIA

-- 
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