Skip to content
#

actix-web

Here are 391 public repositories matching this topic...

wzhsh90
wzhsh90 commented Feb 25, 2021

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 .

HeroicKatora
HeroicKatora commented Feb 14, 2018

Project Improvement

It is currently unclear where to start with implementing bindings for other libraries. While the main module for such documentation should be [frontends][frontends], most documentation currently lives only under [code_grant::frontend][code_grant_frontend]. Additionally, the 'example' code given by the iron frontend is not extremely friendly as a guide, as it is m

Improve this page

Add a description, image, and links to the actix-web topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the actix-web topic, visit your repo's landing page and select "manage topics."

Learn more