One particular client user is an administrator on multiple child portals. She attempted to upload using Firefox. When she browses to document and clicks the Upload Now button, it bounces her back to the Upload File window with no file selected; file does not upload. I am able to log into the site in Firefox using her credentials and successfully upload files.
Any suggestions on what could be preventing her from uploading files using Firefox on her own machine?
Comments: ** Comment from web user: 4markowen **
Having a play around with the dev tools in IE I found that there are two "upload now" buttons, one of which works in IE, and one doesn't. Obviously the one that works is hidden :)
Not sure if it's because it's legacy or what not. But the main differences are that the visible one has an 'onClick' file size check, if it's that gets stuck in IE? Also the jQueryXXX="value" is different, but tweaking that in dev tools to match doesnt appear to work.
So pretty sure it's the onClick GetFileSize() function. The non-visible button appears to skip straight to upload without a check, so perhaps why it's working?
The buttons are in <div class="Modalfooter"> and called "UploadNow" and "cmdUploadNow"
We use DNN as an Intranet, so have IE as standard with plenty of users that wont or cant get to a different browser. So might have to poke around and swap the buttons CSS visibility over in the mean time or dust of my JS and figure out what's going on there until this is resolved.