Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi..
i'm beginner in programming
I have a problem to upload image to ditectory in server.
this is my simple code

VB
Dim image As Image
dim URLFolder As String = "http://IP Server/destination/"

....

image.Save(URLOpenFolder + "test.png")

but it's not work
please help me..
Posted
Comments
Style-7 19-Oct-15 5:00am    
use fttp protocol to do it

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900