Is there a way for me to detect, with javascript/jQuery when and if a file is currently being uploaded by the browser?
If not, how is this normally done? Or, is it only possible to detect if I'm using my own file uploader (as opposed to the browser's)?
Edit: not looking for someone to code this for me, just wondering what the "normal" methodology is so I can learn up. Google hasn't really helped in this (rare) case.