I would like to use the AJAX file upload control from the toolkit. The control works great but I would like to slightly change its behavior. I want the user to choose all the files that they will be loading - a total of 10 , but I don't want them to upload the files to the server until my entire form is submitted which also is being submitted through Ajax. Therefore I need help two fold. I need to figure out what function the "Upload" button triggers or what event is attached to the button and I also need to remove the standard button that comes with the control. Does anyone have any clue on how to do this. I have spent two days trying to solve this issue with no success.
I appreciate any help you guys can offer.
Thanks.