mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 00:40:12 +01:00
24 lines
703 B
Markdown
24 lines
703 B
Markdown
## wekan-cfs-upload-http Public API ##
|
|
|
|
CollectionFS, HTTP File Upload
|
|
|
|
_API documentation automatically generated by [docmeteor](https://github.com/raix/docmeteor)._
|
|
|
|
2MB default upload chunk size
|
|
Can be overridden by user with FS.config.uploadChunkSize or per FS.Collection in collection options
|
|
-
|
|
|
|
### <a name="FS.File.prototype.resume"></a>*fsFile*.resume(ref) <sub><i>Client</i></sub> ###
|
|
|
|
*This method __resume__ is defined in `prototype` of `FS.File`*
|
|
|
|
__Arguments__
|
|
|
|
* __ref__ *{[File](#File)|[Blob](#Blob)|Buffer}*
|
|
|
|
|
|
> This function is not yet implemented for server
|
|
|
|
> ```FS.File.prototype.resume = function(ref) { ...``` [upload-http-client.js:257](upload-http-client.js#L257)
|
|
|
|
|