351

(1 replies, posted in Dropzone Support)

You can do this, simply add a Copy/Move Files destination to your grid that points at the correct folder.

Have you upgraded to Dropzone 0.4? It fixes this issue - see http://aptonic.com/blog/dropzone-0-4-released/

See http://aptonic.com/api/index.html#debugging

This is usually caused by sending output direct to Dropzone via ruby without going through the $dz methods. Your script is not allowed to produce **ANY** other output whatsoever except what is produced by the $dz methods.

The $dz methods wait for an acknowledgment from Dropzone before continuing. This is the only way to guarantee that Dropzone has had time to process each command.

Paste your script and I'll take a look.

354

(1 replies, posted in Dropzone Support)

I did make some changes to the way file moving works in 0.4.

Take a look at the debug console after the failing operation by right clicking on the Dropzone dock icon, clicking Preferences... and then hit Command+Shift+D.

Paste any output here and I should be able to figure out the issue.

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.

356

(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 wink

357

(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.

358

(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.