2 <div style=
"background-color: black;" width=
"300">
5 <div style=
"background-color: blue;" width=
"300">
10 <input
type=
"file"> should be able to support drag and drop of files. Use the above controls to demonstrate:
13 <li> Accepting normal file drags (indicating accpetance during hover).
14 <li> Rejecting diretory and non-normal file drags.
15 <li> Dropping a symlink'd file should accpect/show/upload the target, not the symlink itself.
16 <li> Rejecting of file-promise drags (this is probably a bug, not a feature).