Created
May 16, 2019 18:25
-
-
Save lizzymendivil/58e476f7d060c51b1e248ef722622eb7 to your computer and use it in GitHub Desktop.
input file accept presentations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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