actix / actix/examples

how to check file param exists ?

オープン
#410 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
good first issue improvement
主要言語
Rust
スター
4k
フォーク
812
平均マージ
15時間 42分
マージ済み PR(30日)
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 を短くまとめたダイジェスト。