Skip to content

Instantly share code, notes, and snippets.

@liyanchang
Created September 14, 2012 17:28
Show Gist options
  • Save liyanchang/3723383 to your computer and use it in GitHub Desktop.
Save liyanchang/3723383 to your computer and use it in GitHub Desktop.
var conversions = {
'origin': {},
'mythumb': {
'w': 200,
'format': 'jpg'
},
};
filepicker.getFile('*/*', {multiple: true, container:'window', metadata: true, conversions: conversions}, function(url, data){
window.console.log(url, data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment