Upload File On Server
How to Upload pdf file on server using javascript and ajax in asp.net using Web Method.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
JoshPosted Sep 3, 2015, 10:19 AM
Do you want to treat the PDF file as any regular file, and just upload it without any other process?
Are you trying to save the PDF file to a database field on the server?
I found the following ASP.NET project that uses WebMethod that might help:
http://support.leadtools.com/SupportPortal/CS/forums/44826/ShowPost.aspx
Also, if you just want to upload it as any regular file, I think Abhilash's and Rajeesh suggestions should be enough for this process.
Rajeesh MenothPosted Aug 14, 2015, 1:42 PM
Abhilash J APosted Aug 14, 2015, 1:26 PM