Search Results

1
vote

How do you allow multiple file uploads on an internal windows-authentication intranet?

I don't think there is any work around for the integrated windows authentication. What you could possibly do is save the files to a generic unprotected folder and, in the case of swfupload, use a …
0
votes

Javascript popup window doesn’t gain focus after first load in Firefox

This seems to work: make w a global variable. When the popup link is clicked, check if w exists and if it exists, close it and open the other popup... <script type="text …