pappu_mca 0 Newbie Poster

Hi All...

I developed one File upload application with HTML as client and JSP(Apache commons upload) as server...

Its all working fine with submit...But i want to obtain the same with ajax request with no form submit..

How i have to pass file data along with other request paramaters like....

req.send("name=pappu&id="+document.getElementById("uId").value);

how to append file data to request....


pappu.