Closed
Bug 347560
Opened 20 years ago
Closed 10 years ago
upload bound to anyURI node should show uri
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: surkov, Unassigned)
Details
Attachments
(1 file)
|
741 bytes,
application/xhtml+xml
|
Details |
When upload is bound to instance node of xsd:anyURI type and it is refreshed then input fields of upload is not updated. I guess it should, right?
How should upload acts when it have filename element?
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
Unprivileged web pages should never be able to set the filename of a file upload control...
| Reporter | ||
Comment 3•20 years ago
|
||
(In reply to comment #2)
> Unprivileged web pages should never be able to set the filename of a file
> upload control...
>
Sorry, I didn't understand you. Do you mean when I choose file to upload then either I can't see it's name or I can't upload file or what?
Comment 4•20 years ago
|
||
A web page shouldn't be able to choose a file and make your browser upload it. It's fine if *you* can choose a file for your browser to upload.
We need to put a comment in our code (probably in "refresh" method of the widget) so that we remember why we are intentionally not reflecting the changes to bound node values for upload.
Comment 6•10 years ago
|
||
RIP xforms
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•