<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>文件分片上传</title>
</head>
<body>
<input type="file" id="fileInput">
<button id="uploadButton">Upload</button>
<progress id="progressBar" value="0" max="100"></progress>
</body>
<script>
const fileUploader
js实现文件分片上传
于 2023-08-23 11:00:07 首次发布