Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以选择以编程方式上传的文件?我有一个已知路径中的文件,我想在没有任何用户干预的情况下自动上传。
不幸的是,您不能通过客户端 javascript 选择文件。用户至少需要拖放或选择他们希望上传的文件。从那里,您可以以编程方式将它们控制为类似文件的对象。