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

--- Comment #160 from M. Tompsett <mtomp...@hotmail.com> ---
Created attachment 23588
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23588&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: Kyle M Hall <k...@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poul...@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcam...@cpbibliography.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to