Skip to content

Instantly share code, notes, and snippets.

@lizzymendivil
Created May 16, 2019 18:25
Show Gist options
  • Save lizzymendivil/58e476f7d060c51b1e248ef722622eb7 to your computer and use it in GitHub Desktop.
Save lizzymendivil/58e476f7d060c51b1e248ef722622eb7 to your computer and use it in GitHub Desktop.
input file accept presentations
<input id="media-file-upload"
class="input-upload"
type="file"
nv-file-select=""
uploader="mediaListCtrl.uploader"
accept="application/vnd.ms-powerpoint,
application/vnd.openxmlformats-officedocument.presentationml.slideshow,
application/vnd.openxmlformats-officedocument.presentationml.presentation"
multiple/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment