Re: Uploading Files From an URL

  •  09-24-2009, 11:32 AM

    Re: Uploading Files From an URL

    Hi,
     
    I am not sure what do you mean .
     
    Who provide the URL ?  User or Server Code ?
     
    --
     
    1 - when the browsing dialog opened , if an user paste an URL and press OK , IE will save it to a temp location and let Uploader to upload it.
     
    2 - on server side, you can use System.Net.WebRequest to download the data to server, and pass the data to Uploader.Upload method.
     
    Regards,
    Terry
View Complete Thread