Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 497 Bytes

readme.md

File metadata and controls

17 lines (9 loc) · 497 Bytes

此项目基于原生nodejs,用于研究post参数以及文件上传处理

首先需要安装依赖

npm i

启动服务器(文件会存于/server/upload文件夹)

npm run server

打开前端页面

打开client下的index.html

image-20220826012223851

注意:如果需要局域网或者公网访问,需要把网页中的localhost替换成设备ip