I want to allow to download only images

See all posts Add a new post

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