I try send one image to FTP. I use the code:
The image is send to FTP, but the image lost the pixels, not display pixels.
Thanks
B4X:
Sub btninvio_Click
ftp1.Initialize("ftp1","ftp.address.com","21","username","password")
ftp1.UploadFile(File.DirRootExternal,"photo.jpg",True,"photo.jpg")
ftp1.Close
End Sub
The image is send to FTP, but the image lost the pixels, not display pixels.
Thanks