Restrict image by file size

See all posts See thread Reply

Re: Restrict image by file size
by colin, 14 years, 12 months ago
Can you copy here the logs from the class?

Besides, file_max_size is in bytes, and should be an integer. So 50 is probably way to small.

Try something like:
$handle->file_max_size = 5000;
Reply