我有两种类型的输入,一种是文件类型,第二种是隐藏类型。我有隐藏类型的值,我想在文件类型中设置值。
此代码用于拖放文件上传。如果隐藏类型输入发送文件的所有属性对我有好处,因为我需要提交函数中的文件属性。如何获取文件名和lastmodifydate等....
<form action="/upload?X-Progress-ID=1" enctype="multipart/form-data" method="post" id="form_upload" target="iframe_upload" style="display:none;">
<input type="file" name="upload" id="upload" data-buttonText="" onchange="submitForm()" class="filestyle" data-badge="false"><br>
<input type="hidden" name="filesender" id="filesender" >
</form>
答案 0 :(得分:0)
您无法使用拖放输入隐藏文件设置数据。