I am new to JQuery AJAX . I want to implement a file upload using a jquery.
Will it be possible to make a fileupload with JQuery,AJAX and send it to Servlet which can use ap
This is not a jQuery solution but take a look at http://www.swfupload.org. I have used that component in the past to give the ajax / flickr like upload interface. Works great and is fairly easy to integrate into your site. There is a ton of demos at http://demo.swfupload.org too.