如何使用HTML或Perl在特定文件夹中打开文件浏览器?

时间:2014-08-20 15:01:39

标签: html perl file-upload

我使用模板工具包并使用以下代码允许用户上传.csv文件,是否可以强制文件浏览器在C驱动器中的特定文件夹中打开而不是桌面? / p>

<form action="/selectExisting" method="post" accept=".csv" enctype="multipart/form-data">

                <h2>Existing Competition</h2>
                <p>Please browse and select the pre-existing competition file</p>


                <input type="file" name="file">

     <button type="submit" class="btn btn-large">
       Upload
     </button>
</form>

感谢。

1 个答案:

答案 0 :(得分:2)

没有办法通过HTML表单元素来实现,而PHP是服务器端的,所以你绝对不能这样做。我敢打赌,有一种方法可以用Java做到这一点。但你应该真正想出你的意思。不是每个人的桌面都会以同样的方式排列。