Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

USER can only input pptx files

Does anyone know if there is a way to make it so that the file drop box in apex only accepts powerpoint files? I can’t find any information on this.This is the kind of drop box I am talking about:
enter image description here

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

It depends on the plug-in that you use. For example, in my application, I am using this plugin and it has setting for accepted file types: enter image description here

If the plugin does not have a setting for the accepted file types, you may need to observe DOM structure of the element and reach to <input>tag of DOM by JQUERY and use accept attribute of HTML (https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept)

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading