I have 5 files uploading one after another adter a command button is clicked...how would i get it to wait till the first file is uploaded then the start the second one and so on...
I've tried
While Inet1.StillExecuting
DoEvents
Wend
but that didn't seem to work...can someone help asap.
Thanx