Bug 17283 - Batch file "upload" script
Summary: Batch file "upload" script
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-09 09:42 UTC by Mirko Tietgen
Modified: 2016-09-09 09:44 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Basic file upload script for Koha (2.01 KB, application/x-perl)
2016-09-09 09:44 UTC, Mirko Tietgen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mirko Tietgen 2016-09-09 09:42:51 UTC
A basic batch upload script I used to put >1000 PDFs into Koha.

I am not planning to work more on this ATM, but it might be useful as a starting point for others.
Comment 1 Mirko Tietgen 2016-09-09 09:44:13 UTC
Created attachment 55411 [details]
Basic file upload script for Koha

I hope I did not break it when generalizing it a bit. Check Upload.pm for further info.