Uploading Files From an URL

Last post 09-24-2009, 11:32 AM by cutechat. 3 replies.
Sort Posts: Previous Next
  •  09-12-2009, 12:16 AM 55576

    Uploading Files From an URL

    Hi there,
     
    i need to know that is it possible to give the option to uploader that it can support uploading files from an URL also ? 
     
    thanks in advance......
  •  09-13-2009, 4:36 AM 55583 in reply to 55576

    Re: Uploading Files From an URL

    Hi,
     
    Do you mean upload a file which is on internet ?
     
    Regards,
    Terry
     
  •  09-23-2009, 12:58 PM 55821 in reply to 55583

    Re: Uploading Files From an URL

    is it possible to provide a url of a file on the internet and have the control "upload" it or really save it to file?
  •  09-24-2009, 11:32 AM 55855 in reply to 55821

    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 as RSS news feed in XML