i'am trying to send large blob data made in Canvas after cropping and sending it via ajax to PHP file everything works fine on localhost but on server it doesn't work. Then i found that my server won't send any data larger than 746 characters. i've updated the PHP to solve the issue
Changed the line post_max_size to 20M,80M even 0 which means no limit php.ini Changed the line upload_max_size to 20M,80M and whatsoever.
The issue still persist.
I'm posting using ajax in jquery. I've tried the sending 747 character in other forms but it failed but when i enter 746 character it worked. What might be the issue? The server is a normal vps host with ubuntu 14 server Here's the link to the phpinfo of my site http://adddon.com/info.php