Document upload.pl

From EPrints Documentation
Revision as of 00:58, 22 January 2022 by Drn@ecs.soton.ac.uk (talk | contribs) (Added document_upload.pl config page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


Back to cfg.d

This file contains an number of configuration settings related to Document uploads.

  • $c->{diskspace_error_threshold} is the amount of free space at least one disk available to EPrints must have to avoid the upload failing an error being reported.
  • $c->{diskspace_warn_threshold} is the amount of free space at least one disk available to EPrints must have to avoid a warning being reported.
  • $c->{mimemap} defined addtional MIME type mappings. (Commented out by default).
  • $c->{archive_max_files} set maximum files in an archive (e.g. zip file) that can be expanded and stored on EPrints. (Commented out by default, 100 is the maximum unless uncommented).