Upload files's problem

  • Thread starter Thread starter Virginia
  • Start date Start date
V

Virginia

Hello,

For ASP.NET, can it upload files from the client server to another
server(not this web server)?
Or does it have any other way to do it? Maybe .NET Application, or Web
Services?

Thanks for your help!
 
Another, Using ASP.NET's File.PostedFile,
if upload files's UI and this action(uploading files) must be in the same
web page?
Are they in different web page?---upload files's UI(one web page), and
uploading files's action(another web page).

Thanks.
 
Back
Top