Problem uploading photos which size is over 500 Kb

See all posts See thread Reply

Re: Problem uploading photos which size is over 500 Kb new!
by David, 16 years, 1 month ago
Well, I have found the solution:

There is a file called php.conf in the folder /etc/httpd/conf.d

And into this file is a directive called

LimitRequestBody

Which value is by default 512 kb

I have set it with a value of 1500 kb.

Now I can upload files with this size or less.

Thanks!!Reply