romario87027 Active Member Licensed User Longtime User Aug 17, 2015 #1 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!!
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 Aug 17, 2015 #2 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 romario87027 said: end event upload files? Click to expand... Upvote 0
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 romario87027 said: end event upload files? Click to expand...
romario87027 Active Member Licensed User Longtime User Aug 18, 2015 #3 Sorry for my English!! I wanted to know is there an event completed upload Upvote 0
R rboeck Well-Known Member Licensed User Longtime User Aug 18, 2015 #4 Yes, it is; its identical to downloadCompleted: Sub SMB1_UploadCompleted(url1 As String ,RFile As String ,Success As Boolean) Upvote 0
Yes, it is; its identical to downloadCompleted: Sub SMB1_UploadCompleted(url1 As String ,RFile As String ,Success As Boolean)