# 大文件上传断点续传fastdfs **Repository Path**: tang006/renewFastdfs ## Basic Information - **Project Name**: 大文件上传断点续传fastdfs - **Description**: 实现h5与fastdfs之间的高性能断点续传,大文件上传, - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 181 - **Created**: 2018-06-15 - **Last Updated**: 2022-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 大文件上传断点续传fastdfs #### 项目介绍 实现h5与fastdfs之间的断点续传,大文件上传, #### 软件架构 软件架构说明 webuploader+springboot+redis+fastdfs(服务端)+FastDFS_Client(非官网,这个客户端自带连接池) #### 安装教程 1.fastdfs服务安装可参考 https://blog.csdn.net/wlwlwlwl015/article/details/52619851 2.配置好application.properties地址运行项目即可 #### 使用说明 1.上传前要先登录, 2.上传前端已封装成jquery插件,前端使用步骤 1>页面引用 <#include "./upload_common.ftl" /> 2>定义dom元素
3>定义js代码