<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
</head>
<body>
<input type="file" value="上传" name="files">
<div id="drop_area" style="border:3px dashed silver;width:200px; height:200px">

将视屏拖拽到此
</div>

<progress value="0" max="10" id="prouploadfile"></progress>

<span id="persent">0%</span>
<br />
<!--<button onclick="xhr2()">ajax上传</button>-->
<button onclick="stopup()" id="stop">上传</button>

相关文章:

  • 2021-05-18
  • 2022-12-23
  • 2021-06-17
  • 2021-07-23
  • 2022-02-15
  • 2021-12-27
  • 2021-06-03
猜你喜欢
  • 2022-12-23
  • 2021-07-11
  • 2021-07-30
  • 2022-02-18
  • 2022-12-23
  • 2021-11-19
  • 2022-01-18
相关资源
相似解决方案