I am using ajax and rest web service to upload files to the server. I have captured the file upload event and got the file object in my jquery method. I have to send the file object to web service so that i can save the file to db. Here is my jquery code..I am using ajax and rest web service to upload