Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

ParseFile with blob #7

Merged
merged 2 commits into from Nov 1, 2016
Merged

ParseFile with blob #7

merged 2 commits into from Nov 1, 2016

Conversation

yomybaby
Copy link
Contributor

ParseFile save supports Titanium Blob and File.

In Camera success callback, just set e.media to file.

var f = new Parse.File('profile.jpg',e.media.imageAsThumbnail(640));
f.save();

@yomybaby
Copy link
Contributor Author

I found a some bug. I'll push new code ASAP.

@yomybaby
Copy link
Contributor Author

fixed :)

@gimdongwoo
Copy link
Collaborator

Great!!

@gimdongwoo gimdongwoo merged commit 924fed4 into nitrag:master Nov 1, 2016
@yomybaby yomybaby deleted the ParseFile-blob branch November 6, 2016 06:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants