- From: Dmitry Turin <html60@narod.ru>
- Date: Fri, 25 May 2007 12:55:15 +0400
- To: public-html@w3.org
Good day.
Let widget <input type="file> attach not only file,
but also folder with sub-folders and many files.
I offer the following construction of eledings (ELEment senDINGs)
to code directory tree with files,
browser itself assign arbitrary (but different) values into
seribute (SEnding attRIBUTE) 'id':
<formdata>
<folder id="ser1" name="a">
<folder id="ser2" name="b"/>
<folder id="ser3" name="c">
<folder id="ser4" name="d"/>
</folder>
</folder>
<file folder="ser1" name="k" filename= >...</file>
<file folder="ser2" name="m" filename= >...</file>
<file folder="ser3" name="n" filename= >...</file>
</formdata>
Let this widget can attach not only one folder, but several folders.
Thus textual control should be deleted from image of widget -
only button should remain.
Dmitry Turin
http://html6.by.ru
http://sql4.by.ru
http://computer2.by.ru
Received on Friday, 25 May 2007 13:14:06 UTC