Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

http-c.h/http-c.c

Prototype

Code Block

          void  HTTPc_FormAddFile (HTTPc_FORM_TBL_FIELD  *p_form_tbl,
                                   HTTPc_MULTIPART_FILE  *p_file_obj,
                                   HTTPc_ERR             *p_err);


Arguments

p_form_tbl

Pointer to the form table into which to include the file object.

...