Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

input type file, How to filter only .csv

  • 7 პასუხი
  • 16 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 2 ნახვა
  • ბოლოს გამოეხმაურა cor-el

use firefox 21.0 use <input type="file" accept="xxx" />


how to filter only .csv (***not include all file) when browse dialog


I try to use


.csv (show all file)


text/csv (show all file and .csv)


application/csv (show all file)


text/comma-separated-values (show all file)


help me, please thank you somjet

use firefox 21.0 use <input type="file" accept="xxx" /> -------------------- how to filter only .csv (***not include all file) when browse dialog ------------------ I try to use ---------------- .csv (show all file) ------------------- text/csv (show all file and .csv) ---------------- application/csv (show all file) ----------------- text/comma-separated-values (show all file) -------------------- help me, please thank you somjet

ჩასწორების თარიღი: , ავტორი: somjet

გადაწყვეტა შერჩეულია

Looks that there is still work to be done:

  • bug 826176 - File extension support for <input accept="..." <="" li="">

Please do not comment in bug reports: https://bugzilla.mozilla.org/page.cgi?id=etiquette.html

პასუხის ნახვა სრულად 👍 1

ყველა პასუხი (7)

If you are wanting a selected list of files in an input window, try; <*.csv> By asking for <.csv> you are asking for a file with the extention of csv with no file name.

thank fredmcd-hotmail

I try this <input type="file" accept="*.csv" /> but it don't work. when browse dialog it show All file (*.*). Have other idea?

thank cor-el


I try MIME Type 1. text/csv (show all file and .csv) 2. text/comma-separated-values (show all file)


but I want show only .csv in dialog browse filter (text/csv show 2 type *.* and *.csv I want to show only *.csv)


Have other solution?


thank you somjet

ჩასწორების თარიღი: , ავტორი: somjet

შერჩეული გადაწყვეტა

Looks that there is still work to be done:

  • bug 826176 - File extension support for <input accept="..." <="" li="">

Please do not comment in bug reports: https://bugzilla.mozilla.org/page.cgi?id=etiquette.html

thank cor-el I will wait it in new firefox version.


thank you for all answer. somjet

You're welcome somjet