Skip to content Skip to sidebar Skip to footer

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"