Android Question Event UploadCompleted with samba v1.10

romario87027

Active Member
Licensed User
Longtime User
End event upload files? How to File Download ...

B4X:
Sub SMB1_DownloadCompleted (Url As String, RemoteFile As String, Success As Boolean)
   If Success = True Then

    end if
end sub

Thank!!
 

DonManfred

Expert
Licensed User
Longtime User
I did not understand what the question is. Maybe you should describe it more clearly what exactly you want archieve...

Do you have problem with UPLOADs like the subject suggest?
Or do you have problems to DOWNLOAD as your question is
end event upload files?
 
Upvote 0

rboeck

Well-Known Member
Licensed User
Longtime User
Yes, it is; its identical to downloadCompleted: Sub SMB1_UploadCompleted(url1 As String ,RFile As String ,Success As Boolean)
 
Upvote 0
Top