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, 15 years, 5 months ago
Try with this:
$handle->allowed = array('image/*');
Reply