Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discoverygarden/islandora_plupload
Islandora Plupload integrates the Plupload library with Islandora file fields to allow for the upload of files greater than limits imposed by PHP.
https://github.com/discoverygarden/islandora_plupload
drupal-7
Last synced: 3 months ago
JSON representation
Islandora Plupload integrates the Plupload library with Islandora file fields to allow for the upload of files greater than limits imposed by PHP.
- Host: GitHub
- URL: https://github.com/discoverygarden/islandora_plupload
- Owner: discoverygarden
- License: gpl-3.0
- Fork: true (mitchmac/islandora_plupload)
- Created: 2013-08-07T17:07:14.000Z (over 11 years ago)
- Default Branch: 7.x
- Last Pushed: 2020-07-22T19:18:58.000Z (over 4 years ago)
- Last Synced: 2024-05-02T21:07:35.866Z (6 months ago)
- Topics: drupal-7
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 26
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- islandora_awesome - Islandora Plupload - Integrates the Plupload library with Islandora file fields to allow for the upload of files greater than limits imposed by PHP. (The Islandora 7.x-1.x List / Utility Modules)
README
CONTENTS OF THIS FILE
---------------------* summary
* requirements
* installation
* configuration
* troubleshootingSUMMARY
-------Islandora Plupload integrates the Plupload library with Islandora file fields to allow for the upload of files greater than limits imposed by PHP.
REQUIREMENTS
------------Islandora
Plupload
INSTALLATION
------------Install Plupload (http://www.drupal.org/project/plupload) and the associated
library according to directions provided by the Plupload module except make
sure to use a 1.x version of the library as 2.x is now the default download
which does not work with the module without changes. Enable Islandora Plupload
and all managed_file form fields within forms with an ID containing "islandora"
will be replaced by the Plupload widget.CONFIGURATION
-------------Visit /admin/islandora/tools/plupload to set the maximum file size for Islandora Plupload.
The chunk size may also be set, this should be smaller than PHP's post_max_size.TROUBLESHOOTING
---------------Handling of large files for derivative generation may require boosting PHP's memory_limit and max_execution_time.
If you wish to avoid having this module alter a `managed_file` field, you may put the `#islandora_plupload_do_not_alter` flag on the given element (with a value which evaluates to `TRUE`).