fileuploadに入力タイプのファイルを使用する代わりに、入力のように通常のfileuploadを呼び出すクリック可能なdivを使用したいと思います。
instead of this
<input type="file"/>
I want this
<div>Click to upload</div>
and paste the file path in the div
fileuploadに入力タイプのファイルを使用する代わりに、入力のように通常のfileuploadを呼び出すクリック可能なdivを使用したいと思います。
instead of this
<input type="file"/>
I want this
<div>Click to upload</div>
and paste the file path in the div