jaber103
Member
hi to all
i want upload selected img to server but i cant.
selected cod is :
erel tank you .
I do not want cod backend
i want upload selected img to server but i cant.
selected cod is :
now upload selected img up to server.Sub PicChooser_Result(Success As Boolean, Dir As String, FileName As String)
If Success = True Then
Dim inp As InputStream
inp = File.OpenInput(Dir, FileName)
Dim btm As Bitmap
btm.Initialize2(inp)
Log(inp)
ImageView1.SetBackgroundImage(btm)
Else
ToastMessageShow("انجام نشد، دوباره تلاش کنید", True)
End If
End Sub
erel tank you .
I do not want cod backend