Just a heads up, I have to cater to IE8 for a few different reasons. I've come across various methods that involve placing a file upload control inside a form element, and then using an iframe to mimic an AJAX file upload (like this one at How to make Asynchronous(AJAX) File Upload using iframe?). However, in a Webforms project where multiple form tags are not allowed and I'd rather not submit the entire page, what would be the optimal solution?
Thanks in advance
Stewart