thughesimsuk Member Licensed User Longtime User Jan 26, 2018 #1 Whats the best practice for uploading multiple files? I just want a simple message saying "uploading file 1/5" for example. FTP_UploadComplete almost seems to report completion too early.
Whats the best practice for uploading multiple files? I just want a simple message saying "uploading file 1/5" for example. FTP_UploadComplete almost seems to report completion too early.
Erel B4X founder Staff member Licensed User Longtime User Jan 28, 2018 #2 thughesimsuk said: FTP_UploadComplete almost seems to report completion too early. Click to expand... It fires whenever an upload completes. thughesimsuk said: Whats the best practice for uploading multiple files? Click to expand... Simple: [B4X] Net library (FTP, SMTP, POP) with Wait For Upvote 0
thughesimsuk said: FTP_UploadComplete almost seems to report completion too early. Click to expand... It fires whenever an upload completes. thughesimsuk said: Whats the best practice for uploading multiple files? Click to expand... Simple: [B4X] Net library (FTP, SMTP, POP) with Wait For