kenirwin / Weeding-Helper

Web-based software to help libraries make weeding/de-accession decision. Designed for libraries using III (Innovative Interfaces) catalogs.
Other
11 stars 3 forks source link

large file upload support #1

Open kenirwin opened 9 years ago

kenirwin commented 9 years ago

Currently, Weeding Helper only supports uploading files up to the limit of the webserver (usual 2MB). I would like to be able to support larger uploads. My intended mechanism is to write some code that will allow us to use FileChucker from Encodable Industries. https://encodable.com/filechucker/

Filechucker licenses cost $40 each, which each library would have to arrange for and install on their own. Once FC was installed, a Weeding Helper configuration would connect with FC.

kenirwin commented 9 years ago

I plan to work on this in July 2015