Skip to content

v1.7.1#197

Merged
dr-dimitru merged 7 commits intomasterfrom
dev
Aug 24, 2016
Merged

v1.7.1#197
dr-dimitru merged 7 commits intomasterfrom
dev

Conversation

@dr-dimitru
Copy link
Copy Markdown
Member

 - Use inline worker as dataURL
 - Support upload directly `base64` and `dataURI` strings
example:
```js
FilesCollection#insert({
   file: 'data:image/png,…’,
   isBase64: true, // <— Mandatory
   fileName: ‘pic.png’, // <— Mandatory
   type: ‘image/png’ // <— Mandatory
});
```
 - Compatibility with `Meteor@1.4.1.1`
 - Fix: #196 (use inline WebWorker if client has support, with fallback)
 - Implement: #192 (upload file as base64)
 - Closing: #182 with [React Integration
Example](https://github.com/VeliovGroup/Meteor-Files/wiki/React-Example)
, thanks to [@vtocco](https://github.com/vtocco)
 - Minor DemoApp update
@dr-dimitru dr-dimitru merged commit 68f0c40 into master Aug 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant