Ben XMLHttpRequest yapmak ve sonra POST yöntemiyle dosya göndererek Tarayıcıda bir PDF açmak istiyorum.
xmlhttp.open("POST","pdf.php",true); //CHANGE
xmlhttp.setRequestHeader("Content-type","application/x-www-form-urlencoded");
xmlhttp.send("file="+input);
Olası veya XMLHttpRequest sadece HTML için mi?