标签: javascript dom input file-upload upload
出于测试目的:
根据W3C File API规范,可以创建文件对象:
var dynamic_file = new File(["file_content_foo"], "filename.txt");
但是如何将其链接到输入文件?
<input type="file" id="file_to_upload"/> <input type="submit" value="post">
目标:发送帖子将发送动态文件