# koa分片上传大文件 **Repository Path**: codefe/koa_upload_big_file ## Basic Information - **Project Name**: koa分片上传大文件 - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-17 - **Last Updated**: 2022-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 准备工作 ``` $ npm install ``` ### 启动服务 找到对应的实例代码,然后启动 所在目录的 server/app.js 如 ``` $ node ./src/cors-demo/demo1/server/app.js ``` ### PS 有些 ajax 的请求走的 ip,代码里是我的 ip,发送请求时候需要改为你自己的 ip