Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

file input only accept excel code example

Example 1: jquery accept only excel file

<input type="file" ID="fileSelect" accept=".xlsx, .xls, .csv"/>

Example 2: input type file csv only

<input type="file" id="img" name="img" accept=".csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel">

Tags:

Html Example

Related

small bootstrap form code example set axis labels python code example how to use internet status codes code example undefined result of promise.all react code example sending requests using curl in php code example discord.py getting channel name code example tiphp if else code example input text validation in javascript code example for loop length of array python code example lorem dummy text code example visual studio code prettify html code example linux file scp code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy