Сообщение от Euler
|
Пробовал $("#my_file").prop("files", [])
|
http://www.w3.org/TR/FileAPI/#attributes-filelist
Цитата:
|
Note
The HTMLInputElement interface [html] has a readonly attribute of type FileList, which is what is being accessed in the above example. Other interfaces with a readonly attribute of type FileList include the DataTransfer interface [html].
|
http://www.w3.org/TR/2011/WD-html5-2...t-element.html
Цитата:
|
readonly attribute FileList files;
|
Сообщение от danik.js
|
Там в последних комментариях сказано - что innerHTML нужно у родителя переписывать, а не у инпута.
|
в конце этого "супер длинного" поста есть ссылка на пример
http://designformasters.info/lab/cle...put/index.html
сам пример реализует один из вариантов того, про что ведёт речь
devote