المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Help with Web Service Upload



C# Programming
04-30-2009, 12:50 AM
Hello,

I'm building my first web service in C#. I have met most of my needs for this service so far up to sending files. If this needs to go to another section. Please let me know which section to post in.

The basic steps of the service are:

1. receive an xml file through asp.net page
2. read xml and save to database.
3. read xml and retrieve file nodes and ******** for other files.
4. upload other files to directory on server.


This last step is where I need a tutorial or some suggestions.

As it stands I would just like to pull the files from client in some fashion after reading the xml file information. If anybody has a link to an article that would be great. I have looked at the Mtom solution but that is not viable for a web application.

Thanks to anybody that responds.

chuck