I just realized that the page is doing a postback after the files are finished uploading, which is most likely why the table (that is built in javascript) is disappearing.
So the next question is now, can I prevent the control from doing a postback when it is done uploading all of the files?
- John