#657: BatchUploader: make it work in load-balanced architecture
----------------------+-----------------
Reporter: simko | Owner:
Type: defect | Status: new
Priority: critical | Milestone:
Component: BibEdit | Version:
Keywords: |
----------------------+-----------------
Similarly to ticket:430, we need to make sure to use `tmp-shared` instead
of `tmp` so that Batch Uploader part that allows submission of files over
the web would work in a load balanced environment. (In brief, we need to
use `CFG_TMPSHAREDDIR` instead `CFG_TMP` in a few places.) see ticket:430
for more details.
--
Ticket URL: <http://invenio-software.org/ticket/657>
Invenio <http://invenio-software.org>