Skip to content

Instantly share code, notes, and snippets.

@juanpujol
Last active August 29, 2015 14:10
Show Gist options
  • Save juanpujol/2e7803d7b659480dd499 to your computer and use it in GitHub Desktop.
Save juanpujol/2e7803d7b659480dd499 to your computer and use it in GitHub Desktop.
Meplis Filepicker: Upload (config object)
<button meplis-filepicker="upload"
upload="{
multiple: 8,
types: 'jpg jpeg !png',
sizeLimit: 4,
path: 'App/Filepicker Demo'
}">
Upload a File
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment