actix / actix/examples

how to check file param exists ?

Abierto
#410 1 comentario 0 reacciones 0 asignados Ver en GitHub
good first issue improvement
Lenguaje dominante
Rust
Estrellas
4k
Forks
812
Merge medio
15 h 42 min
PR fusionados (30 d)
15

Descripción

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 .

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.