Thanks for helping out mattle. Lots of users have this issue so it really needs a preference. We will hopefully add one in a future version.
376 2010-10-19 10:44:01
Re: change "install application" folder (4 replies, posted in Dropzone Support)
377 2010-10-19 10:40:01
Re: Upload to CloudApp (3 replies, posted in Feature Requests)
It could easily be done if CloudApp is AppleScriptable. I hardly see the need though, CloudApp has a keyboard shortcut that works just fine.
Feel free to contribute a script though
378 2010-10-19 10:38:05
Re: Easier access to DropZone (6 replies, posted in Feature Requests)
Thanks for the feedback. We will probably implement a system to allow you to use keyboard shortcuts in a future version.
379 2010-04-21 14:16:24
Re: FTP Delete File (1 replies, posted in Dropzone Support)
I would simply do:
`/bin/mv #{file} ~/.Trash/ >& /dev/null`
Where file is the file you would like to trash once you've uploaded.