It's possible to drag and drop files to the Choose File button you'll see on some web sites -- like the one you'll see if you click the "Attach a File" button in Gmail. You do not have to click the Choose File button and then navigate the Open dialog; just drag and drop directly from the Finder to that button. This is quite handy when working with Gmail and attachments.
[robg adds: This was originally published in this post on the author's blog, where a screenshot provides some additional clarification, if you need it.]
[robg adds: This was originally published in this post on the author's blog, where a screenshot provides some additional clarification, if you need it.]




I have wanted to Quick Look files directly from the browser for a while (especially .doc and .ppt files). A switch to Firefox recently exacerbated this problem, as there is no PDF plug-in. So I wrote a simple script that monitors the Downloads directory and opens any new files with qlmanage, and thought others might find it useful. Copy and paste the code below into a file (say ql_downloaded.sh) and make it executable (chmod a+x ql_downloaded.sh). Launch the script in a separate Terminal window, then start browsing.