[% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Upload images [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Upload local cover image

[% IF ( uploadimage ) %]

Image upload results :

  • [% total %] images found
  • [% IF ( error ) %]
    [% IF ( error == 'UZIPFAIL' ) %]

    Failed to unzip archive.
    Please ensure you are uploading a valid zip file and try again.

    [% ELSIF ( error == 'OPNLINK' ) %]

    Cannot open folder index (idlink.txt or datalink.txt) to read.
    Please verify that it exists.

    [% ELSIF ( error == 'OPNIMG' ) %]

    Cannot process file as an image.
    Please ensure you only upload GIF, JPEG, PNG, or XPM images.

    [% ELSIF ( error == 'DELERR' ) %]

    Unrecognized or missing field delimiter.
    Please verify that you are using either a single quote or a tab.

    [% ELSIF ( error == 'DBERR' ) %]

    Unable to save image to database.

    [% ELSE %]

    An unknown error has occurred.
    Please review the error log for more details.

    [% END %]
    [% END %]
  • View final record
  • Back

[% END %]
  • Select an image file or ZIP file to upload. The tool will accept images in GIF, JPEG, PNG, and XPM formats.
Upload images
  1. Required
Upload progress: 0%
File type
  1. [% IF (filetype != 'image' ) %][% ELSE %][% END %]
  2. [% IF (filetype == 'image' ) %][% ELSE %][% END %]
  3. [% IF ( filetype == 'image' ) %][% ELSE %]
Options
  1. [% IF AllowMultipleCovers == 0 %][% ELSE %][% END %]
Job progress:
0%
[% INCLUDE 'tools-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]