I want to allow to download only images

See all posts See thread Reply

Re: I want to allow to download only images new!
by colin, 14 years, 6 months ago
Try with this:
$handle->allowed = array('image/*');
Reply