How to modify the "Browse" button of the html form to upload files

How to modify the "Browse" button of the html form to upload files

Copy code
The code is as follows:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="PSPad editor, www.pspad.com">
<title></title>
</head>
<body> <style>
input{border:1px solid #000;}
.clear{clear:both;}
.ehdel_upload_show input{float:left; margin-top:10px;}
.ehdel_upload{float:left;margin-top:-20px; *margin-top:-40px; filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
</style> <form method="post" action="" enctype="multipart/form-data">
<div class="ehdel_upload_show">
<input id="ehdel_upload_text" type="text" name="txt" />
<input id="ehdel_upload_btn" type="image" src="upload/2022/web/link_popup.gif" value="Please select file" />
</div>
<div class="clear"></div>
<input type="file" onchange="ehdel_upload_text.value=this.value" class="ehdel_upload" />
</form>
</body>
</html>

<<:  Detailed explanation of jQuery method attributes

>>:  Detailed explanation of the transition attribute of simple CSS animation

Recommend

Detailed tutorial on deploying Jenkins based on docker

0. When I made this document, it was around Decem...

Detailed installation tutorial of mysql 5.7 under CentOS 6 and 7

You always need data for development. As a server...

A brief talk on responsive design

1. What is responsive design? Responsive design i...

Linux Dig command usage

Dig Introduction: Dig is a tool that queries DNS ...

Solve the pitfall of storing boolean type values ​​in localstorage

LocalStorage stores Boolean values Today, when I ...

MySQL password modification example detailed explanation

MySQL password modification example detailed expl...

MySQL 5.7.17 installation graphic tutorial (windows)

I recently started learning database, and I feel ...

Detailed explanation of the function and usage of keepAlive component in Vue

Preface During the interview, many interviewers m...

Discuss the development trend of Baidu Encyclopedia UI

<br />The official version of Baidu Encyclop...

Basic usage knowledge points of mini programs (very comprehensive, recommended!)

Table of contents What to do when registering an ...

A useful mobile scrolling plugin BetterScroll

Table of contents Make scrolling smoother BetterS...