ELinks 0.18.0
|
Information about a file to be uploaded in a POST request. More...
#include <post.h>
Data Fields | |
char * | name |
The name of the file. | |
off_t | size |
The size of the file. | |
Information about a file to be uploaded in a POST request.
open_http_post() collects this information and done_http_post() discards it.
char* http_post_file::name |
The name of the file.
Must be freed with mem_free().
off_t http_post_file::size |
The size of the file.