Re: Upload failed more than 2MB

See all posts See thread Reply

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