Xmlhttprequest Send Only 130 Kb Max Size File
I send file using XMLHttpRequest and it works 'OK' while size of file less 130 kB. My code is var xhr = new XMLHttpRequest(); xhr.upload.onprogress = function(e){ if
Solution 1:
Problem solved when mod_security(PHP server) has been disabled.
Post a Comment for "Xmlhttprequest Send Only 130 Kb Max Size File"