Upload image only

See all posts Reply

Upload image only new!
by sophy, 15 years, 10 months ago
I have just used class.upload.php. It work fine but I want upload image file only and other file don't allow.How can i do?Reply
Re: Upload image only new!
by colin, 15 years, 10 months ago
Try with this:
$handle->allowed = array('image/*');
Reply