i am trying to save any document file just like pdf,excel,Image in database using asmx webservices
There are two scenarios:
1. Uploading file using FileUpload from Web Page. Here Web Services cannot be used. Here you have to either use
2. Sending file from one Server to another. Here you can use a Web Service to upload file from:
http://www.c-sharpcorner.com/article/upload-any-type-of-file-through-a-C-Sharp-web-service/
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.