Putting default value in <input type=file…>

前端 未结 1 1865
予麋鹿
予麋鹿 2020-12-01 19:44

Note:

The answers & comments below reflect the state of legacy browsers in 2009. Now you can actually set the value of the fi

相关标签:
1条回答
  • 2020-12-01 20:46

    For security reasons, the value of a <input type=file> element can only be changed by a user. It's not possible to change the value through JavaScript or HTML.

    0 讨论(0)
提交回复
热议问题