how to check file param exists ?
未关闭
good first issue
improvement
- 主要语言
- Rust
- 星标
- 4k
- 派生
- 812
- 平均合并
- 15 小时 42 分钟
- 30 天内合并 PR
- 15
描述
var formData = new FormData();
formData.append("picFile1", narrowFiles[0]);
formData.append("picFile2", narrowFiles[1]);
formData.append("pub_time", "xxxx");
the picFile1 and picFile2 is Multipart file type.
the pub_time is text
how can i check picFile1 org picFile2 is exists and how can i get pub_time filed value ?
the multipart example does not show how to get it .
贡献指南
评估
这个 Issue 还没有评估数据。