Let's take a look at the code first <form id="uploadFileForm2" name="uploadFileForm2" enctype="multipart/form-data" method="post"> <div class="upload-wapper mt20"> <input type="file" name="excelfile" id="dataFile" class="dataFile" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" /> <a href="javascript:;" id="uploadFile" class="upload-file">Upload file</a> <div id="J_progress_label"></div> </div> </form> // Save import $("#uploadFile").click(function(){ $("#dataFile").click() }) When uploading using If you think the file is ugly, you can use the CSS style to hide the file, then set the button to transparent and cover it. You can also use a div to wrap the Summarize This is the end of this article about the jquery.form.js access denied issue in IE, and the input upload button must be clicked actively. For more information about IE jquery.form.js access denied issue, please search 123WORDPRESS.COM's previous articles or continue to browse the related articles below. I hope you will support 123WORDPRESS.COM in the future! |
<<: The difference between html form submission action and url jump to actiond
>>: Detailed explanation of application scenarios of filters in Vue
Table of contents Preface InnoDB storage architec...
Table of contents 1. Common higher-order function...
1. Achieve results 2. Data format returned by the...
Effect diagram: Overall effect: Video loading: Ph...
Today, when I was configuring Tomcat to access th...
Docker includes three basic concepts: Image: A Do...
When to install If you use the protoc command and...
Operating system: Window10 MySQL version: 8.0.13-...
1. Official website address The official website ...
Linux col command The Linux col command is used t...
Preface Recently, I encountered a requirement at ...
Introduction to the polling algorithm Many people...
Foregoing: This document is based on the assumpti...
This article uses an example to describe how to u...
What is a table? It is composed of cell cells. In...