Summary: | Permanent storage of user-uploaded files | ||
---|---|---|---|
Product: | Koha | Reporter: | Ian Walls <koha.sekjal> |
Component: | Architecture, internals, and plumbing | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 6874, 8130 | ||
Bug Blocks: |
Description
Ian Walls
2011-04-27 22:51:13 UTC
There are different mechanisms now to upload files to Koha, features I can think of are: - local cover images (implemented) - patron images (implemented) - uploading files for marc records (bug 6874) - uploading PDF files for patron records (bug 8130) Can this bug be closed? Do we we need a unified way to upload files to Koha as there might be more use cases in the future? Koha::Upload now allows you to store an upload permanently within a defined category. |