2012/6/21 Rob McBroom <[email protected]>: > On Jun 20, 2012, at 6:01 PM, Patrick Robertson wrote: > >> Unfortunately, Gmail still has no method of attaching files from your local >> hard drive except for using drag and drop or the attach button.
Theoretically, it might be possible via Scripting Bridge to use doJavascript (Safari)/execute (Chrome) to execute JS that simulates the drag and drop functionality. I haven't tried to do this, and I'm not sure if there are any security measure that prevents such code from executing, but it might be a way to go. It may be too complex to fix, and it seems Firefox does not contain any functionality to execute JS. // Andreas -- You received this message because you are subscribed to the Google Groups Quicksilver group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at https://groups.google.com/d/forum/blacktree-quicksilver?hl=en
