Instead of using input type file for fileupload, I want to use a clickable div that calls the normal fileupload like the input did.
instead of this
<input type="file"/>
I want this
<div>Click to upload</div>
and paste the file path in the div
Instead of using input type file for fileupload, I want to use a clickable div that calls the normal fileupload like the input did.
instead of this
<input type="file"/>
I want this
<div>Click to upload</div>
and paste the file path in the div