customize download zip location

Hi, thanks for making Orthanc, it's a great bit of software.

I was wondering if it would be possible to add a feature such that you could customize the download location when downloading a zip from Orthanc Explorer?

I ask because I feel it would improve workflow to have the .zip go to a consistent location independent of the rest of your downloads.

Regards,

Joe

Hello,

I am not aware of any standardized way in the HTTP protocol to set a preferred download directory for the outputs of a Web application.

This is a feature that should be implemented client-side, in the Web browser. You should have a look at the available extensions for your Web browser. For instance, a quick Google search led me to the following Firefox extension that could fulfill your needs:
https://addons.mozilla.org/en/firefox/addon/automatic-save-folder/

You could also have a look at the REST API of Orthanc, if you wish to develop an automated script for more flexibility:
https://code.google.com/p/orthanc/wiki/RestContent#Accessing_the_Content_of_Orthanc

Cheers,
Sébastien-