Hello,
i have Problems with FileDownload.
The Test Picture is Damaged.
I have tryed the Code from Erels Tutorial (https://www.b4x.com/android/forum/threads/android-ftp-tutorial.10407/#content)
Upload is Correct with this Code (have Opened the Picture on FTP Server with FileZilla):
However, the image will be Destroyed during the download and will not open.
i have tryed:
AND
Image Size is 100% to Same.
Does anyone have a suggestion?
i have Problems with FileDownload.
The Test Picture is Damaged.
I have tryed the Code from Erels Tutorial (https://www.b4x.com/android/forum/threads/android-ftp-tutorial.10407/#content)
Upload is Correct with this Code (have Opened the Picture on FTP Server with FileZilla):
B4X:
FTP.UploadFile(File.DirInternal, "testpic.jpg", False, "testpic.jpg")
However, the image will be Destroyed during the download and will not open.
i have tryed:
B4X:
FTP.DownloadFile("testpic.jpg", True, File.DirInternal, "testpicdown.jpg")
B4X:
FTP.DownloadFile("testpic.jpg", False, File.DirInternal, "testpicdown.jpg")
Image Size is 100% to Same.
Does anyone have a suggestion?