I have an image field set to allow jpg, jpeg, png, and gif. However, the form will only let me choose a jpg. If I try to upload a gif, Firefox tells me the file type isn't supported. If I remove the accept parameter using Firebug, I am able to upload the gif just fine. My page's source code has this: accept="gif,png,jpeg,jpg". Shouldn't it be this instead: accept="image/gif, image/png, image/jpeg, image/jpg"?

Comments

seanr’s picture

drewish’s picture

Status: Active » Postponed (maintainer needs more info)

i think this might have been fixed in the 5.x-2.x-dev release... could you give that a try?

twirlingsky’s picture

Version: 5.x-2.1 » 5.x-2.2

I'm getting this same error in Firefox 3 and IE 7.0 with version 5.x-2.2.

twirlingsky’s picture

drewish’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

right this is a duplicate: #352939: Can only upload one file type