你要的事不是这种效果?http://www.51aspx.com/CV/ImageUpload

解决方案 »

  1.   

    Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
            If Not String.IsNullOrEmpty(TextBox1.Text.Trim) Then
                My.Computer.Network.DownloadFile(TextBox1.Text.Trim, Server.MapPath("./") & System.IO.Path.GetFileName(TextBox1.Text.Trim))
            End If
        End Sub
      

  2.   

    这里是根据textbox1的text下载图片到当前目录下。
    不知道我理解楼主的意图是否正确。
      

  3.   

    fileupload 中lz写地址 点上传就不可以么上传必须手点  涉及安全问题。。