Closed
Bug 423526
Opened 18 years ago
Closed 18 years ago
input type=file value not reporting file path
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 405630
People
(Reporter: tonioc, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
the simple example in URL above shows that mozilla 3b4 is not reporting the file path in input type=file value. Only filename is passed.
Mozilla 2 correctly reports the full path.
Reproducible: Always
Steps to Reproduce:
1. use form with input type=file
2. retrieve file value in javascript or in request variables after form is submitted
Actual Results:
file path is not retrieved.
Expected Results:
full path expected.
Comment 1•18 years ago
|
||
There is no Mozilla2.0 at the moment.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•