actix / actix/examples

how to check file param exists ?

Đang mở
#410 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
good first issue improvement
Ngôn ngữ chính
Rust
Star
4k
Fork
812
Merge trung bình
15 giờ 42 phút
Pull request đã merge (30 ngày)
15

Mô tả

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 .

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.