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!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

When using a custom accept attribute on a input file its show all the files instead of the files that i choose (accept="image/jpeg,image/gif,image/png,imag)

  • 2 uphendule
  • 11 zinale nkinga
  • 1 view
  • Igcine ukuphendulwa ngu Roy Shoa

more options

Hi, I am trying to use the accept file input for limit the file type that a user can choose when uploading a file. actually i have two problems that i can not figure our:

 1. If i am using the value "image/*" its limit the user to all the images but if i am using a custom 
     limit e.g. "image/jpeg,image/gif,image/png,image/bmp" its show all the limits in the select box but the 
     default value for ths user is "All Files". In Chrome and IE10 its working as needed.
 2. When i am trying to limit to "swf" files using the value "application/x-shockwave-flash" its show "All Files".
     In Chrome and IE10 its working as needed.

I am using Windows 7.

Thanks.

Hi, I am trying to use the accept file input for limit the file type that a user can choose when uploading a file. actually i have two problems that i can not figure our: 1. If i am using the value "image/*" its limit the user to all the images but if i am using a custom limit e.g. "image/jpeg,image/gif,image/png,image/bmp" its show all the limits in the select box but the default value for ths user is "All Files". In Chrome and IE10 its working as needed. 2. When i am trying to limit to "swf" files using the value "application/x-shockwave-flash" its show "All Files". In Chrome and IE10 its working as needed. I am using Windows 7. Thanks.

Isisombululo esikhethiwe

Well, it seems you are doing what it says in the documentation: https://developer.mozilla.org/en-US/docs/HTML/Element/Input#attr-accept

Will Firefox actually let you submit a file that isn't on the list? In other words, is the problem the accept is ignored, or that the dialog isn't displaying the filter?

Have you had a chance to search for any open bugs in Bugzilla?

Funda le mpendulo ngokuhambisana nalesi sihloko 👍 2

All Replies (2)

more options

Isisombululo Esikhethiwe

Well, it seems you are doing what it says in the documentation: https://developer.mozilla.org/en-US/docs/HTML/Element/Input#attr-accept

Will Firefox actually let you submit a file that isn't on the list? In other words, is the problem the accept is ignored, or that the dialog isn't displaying the filter?

Have you had a chance to search for any open bugs in Bugzilla?

more options

Hi, The Firefox select the "All Files" by default but if i click on the filter select box in the upload files window i can see all the filters that i made *.jpg,*.png and so on. The problem is that its need to select the filters by default.

Anyway i search it and this is the bug reported: https://bugzilla.mozilla.org/show_bug.cgi?id=826176

Chrome,IE10 and Opera are working correctly.

Thanks for your answer.