actix / actix/examples

how to check file param exists ?

未关闭
#410 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。