[Koha-bugs] [Bug 6874] File upload in MARC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 16 06:14:52 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6874

Mason James <mtj at kohaaloha.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #10673|0                           |1
        is obsolete|                            |

--- Comment #30 from Mason James <mtj at kohaaloha.com> ---
Created attachment 10863
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10863&action=edit
Bug 6874: File upload in MARC

New cataloging plugin upload.pl and new system preference 'uploadPath'.

upload.pl provide a way to upload files on the server and store a link
(url) to it in MARC
uploadPath is the absolute path on the server where the files will be
stored. It's possible to have a hierarchy of directories under this path
and the plugin will allow to choose in which directory to store the
file.
Stored value in MARC subfield looks like this:
<OPACBaseURL>/cgi-bin/koha/opac-retrieve-file.pl?id=<SHA-1 of the file>
So both 'uploadPath' and 'OPACBaseURL' sysprefs have to be set for this
plugin to work correctly

Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

http://bugs.koha-community.org/show_bug.cgi?id=6784

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list