html - HtmlInputFile through post action -


I have a web page that has 3 controls:

  1. using the post command Form.
  2. I have input file control called "myFile" in the form.
  3. One button

The upload process works fine, unless I am trying to post the form and handle the upload in another form .

Request ["myFile"] and requests. Paragraph [[myfile "] has not given me anything

This is the request. Documents:

  Requests. ["Myfile"]  

Also make sure that your upload form's antioxidant feature Has been set correctly - this is "multipart / form-data" if the form contains file input.


Comments