When trying to apply the uploader in a modal window (IE) on ASP.Net MVC application with Windows Integrated Authentication, the uploader displays login dialog for credentials, and then hangs. It is fine when it is launched in a normal window, no request for credentials and the files upload okay.
Is there a workaround for applying this to modal windows?
Gary Sweeten