Hello,
Thanks for this directive!
Have you considered adding accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" to the directive template?
template: '<input type="file" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />',
This way only ".xlsx" files will be listed in the file dialog
Hello,
Thanks for this directive!
Have you considered adding
accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"to the directive template?This way only ".xlsx" files will be listed in the file dialog