1. View页面代码

 

1 <script src="http://www.cnblogs.com/Scripts/jquery.form.js" type="text/javascript"></script>
2 
3 <form id="filePost" action="/Home/Upload" method="post" enctype="multipart/form-data">
4     
5     <label> Filename: <input type="file" name="file" onchange="save();"/></label>
6     <input id="ButtonUpload" type="submit" value="Upload" />
7 </form>
8 
9 <div id="outputdiv"> </div

相关文章:

  • 2022-12-23
  • 2022-02-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
猜你喜欢
  • 2021-11-20
  • 2021-12-27
  • 2021-12-27
  • 2021-12-18
相关资源
相似解决方案