我试图将图像从客户端保存到使用 vb.net 的文件夹
"有 Myimage ID 图像的图像"
<asp:Image runat="server" ID="myImage" ImageUrl="http://www.govcomm.harris.com/images/1F-81-imageLinks650a.jpg" />
<asp:Image runat="server" ID="myImage2" ImageUrl="http://www.govcomm.harris.com/images/2F-81-imageLinks650b.jpg" />
this is just the location where i want to save my image : i haven t run or try any thing with this code , i am just wondering how to do this this location is on the server side
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim saveLocation As String = Server.MapPath("PDFs")
End Sub
还有,我想知道是否有办法 使用ID来保存 因为我可能有一个以上的图像 需要保存。