I need code for uploading files on server side and then downloading from client side in asp.net using webservices... pleaseeeee help urgently :(
Loading
I need code for uploading files on server side and then downloading from client side in asp.net using webservices... pleaseeeee help urgently :(
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.
Rahul BansalPosted Aug 22, 2014, 6:58 AM
http://www.c-sharpcorner.com/UploadFile/a20beb/how-to-save-pdf-word-and-excel-files-into-the-database/
Follow the Article to get the files from database on server side and download it via client side.
http://www.c-sharpcorner.com/UploadFile/a20beb/how-to-get-the-pdf-word-and-excel-files-from-the-database/
You just need to save and fetch the data from web methods of web service...nothing else.