我不想使用输入类型的文件进行文件上传,而是想使用一个可点击的 div,它像输入一样调用正常的文件上传。
instead of this
<input type="file"/>
I want this
<div>Click to upload</div>
and paste the file path in the div
我不想使用输入类型的文件进行文件上传,而是想使用一个可点击的 div,它像输入一样调用正常的文件上传。
instead of this
<input type="file"/>
I want this
<div>Click to upload</div>
and paste the file path in the div