# node-upload-file **Repository Path**: StruggleThunder/node-upload-file ## Basic Information - **Project Name**: node-upload-file - **Description**: Node实现文件(图片、音/视频等)上传 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-12-02 - **Last Updated**: 2024-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node实现文件(图片、音/视频等)上传 ### 项目描述 - 使用 `multer` 中间件 来储存上传的文件 - 支持自定义保存到哪个文件目录下 ### 安装依赖 ```js npm install ``` ### 启动服务 ```js node server ``` --- **最后直接打开 public/index.html 上传文件看看吧**