Home >Web Front-end >HTML Tutorial >Problem with upload file path_html/css_WEB-ITnose
When doing Fireware upgrade on the page, the control used is
<input type=file name=firmware>
The file control can only allow users to select files for upload. If you want to upload files from other sites, you can only download them. Then upload
You should use php to get the remote file path, and then paste the path directly into the input. . .
You should copy the remote address into it. If the input tag of the client browser can select another server, that would be too powerful
You should copy the remote address into it. If the input tag of the client browser can be selected from another server, that would be too powerful
When you say "copy in", where do you mean copying in? ? ? Is it the value of the input? ?