Skip to content

DEPRECATED: ownCloud Bulk Upload App

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE
AGPL-3.0
COPYING
Notifications You must be signed in to change notification settings

fmkaiser/bulkupload

Repository files navigation

DEPRECATED

Chunked upload via the web interface has since been implemented in ownCloud core.


Summary

OwnCloud app allowing users to upload large files by transparently splitting them into small chunks. Built using resumable.js and ownCloud's built-in WebDAV chunking API. Uses the HTML5 file upload API, which requires a somewhat recent browser such as Firefox 4+ and Chrome 11+.

Disclaimer

At the moment, this is an alpha quality prototype, use at your own risk.

Parameters

Currently, the following parameters are hardcoded in the resumable.js defaults section

  • 10 MB chunk size (chunkSize)
  • up to 4 simultaneous upload streams (simultaneousUploads)
  • up to 4 retries on non-permanent server errors (maxChunkRetries)

Installing

Place this app in owncloud/apps/

About

DEPRECATED: ownCloud Bulk Upload App

Resources

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE
AGPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published