i need to POST a huge string large about 3mb, is it possible to send it to php using not url params?
If i send it in url params the request reachs the size limit in url.
How can work around this? any clue?
thanks a lot.
Actually i'm doing it like this:
$.ajax({
type:'POST',
.......
data:{string:3MB_string}
});
i'm using PHP and jQuery , and i wouldl ike to send the 3mb base64 string to php on a simple url, like site.com/script.php
The string is a File Reader API base64 image
this is an example of string but this won't reach the size limit it is not a 3mb is less cause troubling in pasting that to show you a 3mb, http://jsfiddle.net/QSyMc/
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…