0

How can I upload pdf file using ajax without ?

I want upload the file, store the byte stream of that file in javascript variable using "JSON.stringify", I want fetch that byte stream in servlet by using Gson and store that in an object(POJO) and write that byte stream using Fileoutputstream.write.

Is it really possible? In my jsp there is no form has been used, only table has been used to show row wise data including file upload. That page is for approval process of some data

0 Answers0