Hi there, I am uploading a whole lot of files in a loop and am trying to update a text box on the screen with the bytes uploaded so that the user can see some progress.
I am using the free version of edtftp.
I am using the BytesTransferred event, but all I see is the final byte count for the last file uploaded.
The rest of the time the application is unresponsive.
Can someone provide an example of how to do this?
I know some part of the code needs to run in a separate thread... The new BackgroundWorker component seems to be the easiest way to do this.
I am just not sure what part of the code runs where?
Please, any help would be appreciated.
Antz