Re: Upload failed more than 2MB

See all posts See thread Reply

Re: Upload failed more than 2MB new!
by kilania, 10 years, 5 months ago
I raised the memory limit like this and it works now.
ini_set( 'memory_limit', '128M' );
Thanks for reply.Reply