B4A Question Ftp.uploadFile - gigi0ne    Oct 8, 2020 , "xxxxx", "xxxx")
Ftp.PassiveMode = True
Dim sf as Object = Ftp.UploadFile... B4A Question FirebaseStorage / Storage.UploadFile - Robert Valentino    Mar 27, 2022 )
storage.UploadFile(Path, FileName, $"/BBsViewer/${UpLoadID}.info"$... (CreateFirebaseStorage) Complete(storage As FirebaseStorage)
storage.UploadFile(Path... B4A Question FTP UploadFile - Erel (first post)    Sep 9, 2021   (1 reaction) the mime type.
FTP.UploadFile(Result.Dir, Result.FileName, False, "/" & Result.RealName... B4A Question Error during FTP.UploadFile - doncx (first post)    Aug 12, 2020 I have tried setting passive mode to true but it did not make a difference.
So for now I'll have... B4A Question V7.80 FTP.UploadFile() - Dey (first post)    Dec 22, 2017 make sure you do NOT have a Network.jar/xml in your additional library folder. It should be only in the internal libraryfolder.
Edit... Spanish Como Optimizar Imagenes UploadFile - edgar_ortiz (first post)    Nov 11, 2017   (2 reactions) Prueba reduciendo el tamaño de la imagen y/o reduciendo la "calidad" de la imagen.
'
' Se abre el archivo que contiene la imagen
Log("Se habre el archivo: &quo... B4J Question FTP UploadFile problem - imbault    Jul 13, 2015 .PassiveMode = True
oFTP.UploadFile(File.DirApp, cFile1, True, "/" )
Does anyone has an idea... B4A Library New Net library - Android FTP, SMTP and POP3 - Erel    Oct 6, 2025   (24 reactions)   tags: FTP, ftp smtp pop3, Net, B4A, Email . Similar to UploadFile. Appends the data to an existing file if such exists. It sends the APPE FTP command... B4A Tutorial [B4X] Net library (FTP, SMTP, POP) with Wait For - Erel    Feb 14, 2021   (16 reactions)   tags: FTP, SMTP, POP.Net, B4X Net ftp smtp pop wait Starting from v1.70 of Net, jNet and iNet libraries the asynchronous methods return a 'sender filter' object. This object can be passed as the sender filter parameter in a Wait For call. This makes it simpler to manage multiple requests. For example: 'ftp was previously initialized and its event name was set to ftp: 'ftp.Initialize("ftp", "your.server", 21, "user", "password") Dim sf As Object = ftp.UploadFile(File.DirAssets... B4A Question Dropbox Upload File - madSac (first post)    Mar 22, 2014 @DonManfred Well the question doesnot needed any code but if you want i have added my code Private manager As DbxAccountManager 'Dropbox Initalization Private DropboxKey As String = "myKey" Private DropboxSecret As String = "mySecret" manager.Initialize(DropboxKey, DropboxSecret, "manager") manager.UploadFile(File...) @mangojack does this uploads file ? manager.UploadFile(File.DirDefaultExternal,"Data.db... Page: 1   2   3   4   5   6   7   |