How to limit uploads to image types only?

See all posts See thread Reply

Re: How to limit uploads to image types only? new!
by colin, 15 years, 9 months ago
Try with this:
$handle->allowed = array('image/*');
Reply