mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 08:50:13 +01:00
Fixed Non-ASCII attachment filename will crash when downloading.
Thanks to xet7 ! Fixes #2759
This commit is contained in:
parent
843ff8eaaa
commit
c2da477735
277 changed files with 30568 additions and 52 deletions
24
packages/wekan-cfs-upload-http/api.md
Normal file
24
packages/wekan-cfs-upload-http/api.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
## 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)
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue