javascript - How to assign remote files to input files?
phpcn_u15822017-05-16 13:23:13
0
1
516
How to
<input type="file">
I get the file URL through ajax and assign a value to the files attribute of the input. It has the same effect as clicking the input to select a local file. How to do it?