Open
Bug 1220085
Opened 10 years ago
Updated 3 years ago
scxml or vxml not recognized mime type while uploading
Categories
(Core :: Networking, defect, P3)
Tracking
()
NEW
People
(Reporter: salicisguillaume, Unassigned)
Details
(Whiteboard: [necko-backlog])
Attachments
(1 file, 1 obsolete file)
|
1004 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0
Build ID: 20151014143721
Steps to reproduce:
On firefox 41.0.2 on windows 7 64-bits.
I write a page with an upload button and a javascript to filter on mime type.
With this page I select a local file with scxml extension to upload it.
NB: joined file shows bug in console (see through files properties). Set of files to test could be : test.txt, test.vxml, test.scxml, test.wav, test.mp3. Mime type mapping works for tst, wav, mp3 but do not work for vxml scxml.
Actual results:
Type is an empty string.
Mime type is not properly set as described by W3C (http://www.w3.org/TR/scxml/#mimetype).
Expected results:
Type is "application/scxml+xml for scxml".
Comment 1•10 years ago
|
||
Please provide detailed steps to reproduce -
Have you attempted in latest Firefox Version 42.0?
Flags: needinfo?(salicisguillaume)
| Reporter | ||
Comment 2•10 years ago
|
||
open in firefox to see bug while selecting a vxml (resp. scxml) file.
Attachment #8681170 -
Attachment is obsolete: true
Flags: needinfo?(salicisguillaume)
| Reporter | ||
Updated•10 years ago
|
Version: 41 Branch → 42 Branch
| Reporter | ||
Comment 3•10 years ago
|
||
Yes, this bug occurs in version 42.0. Please find more detailed steps :
first step : create empty files test.xml, test.scxml, test.vxml on your local computer
second step : open given attachment test.html in firefox 42.
third step : click browse and select the three files created in first step
Expected : mime type is well filled for the three files.
Actual : mime type is not filled for scxml and vxml files.
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Component: Untriaged → Networking
Ever confirmed: true
Product: Firefox → Core
Comment 4•10 years ago
|
||
Reproducible - I have same results
Updated•9 years ago
|
Whiteboard: [necko-backlog]
Comment 5•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 6•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•