2012/6/21 Rob McBroom <
mailin...@skurfer.com>:
> 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