actix / actix/examples

how to check file param exists ?

Open
#410 1 comment 0 reactions 0 assignees View on GitHub
good first issue improvement
Dominant language
Rust
Stars
4k
Forks
812
Avg merge
15h 42m
Merged PRs (30d)
15

Description

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 .

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.