Hi all, I'm working on an app that uploads (with FTP) a file selected by the user and reports the progress via a progress bar... when UploadCompleted fires, the progress bar disappears.
My app is able to upload files less than 2MB very well (both UploadCompleted and UploadProgress subs fire accordingly). But when the file size is a little bigger the UploadProgress reports the progress alright but then it never gets to the UploadCompleted sub. The progress bar reaches 100% and still stays visible.
When I check the FTP server, I realise the file gets uploaded fully with correct filename, filesize,etc.
What can I be doing wrong?
My app is able to upload files less than 2MB very well (both UploadCompleted and UploadProgress subs fire accordingly). But when the file size is a little bigger the UploadProgress reports the progress alright but then it never gets to the UploadCompleted sub. The progress bar reaches 100% and still stays visible.
When I check the FTP server, I realise the file gets uploaded fully with correct filename, filesize,etc.
What can I be doing wrong?