summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2014-01-04 19:34:04 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2014-01-04 19:34:18 +0000
commit581d87757601286fbb8250abc8d2bd185dddecb7 (patch)
tree06d85cc4ce542433e14209f80a7793b881e0339f /content/fetch.h
parent6c63adb1c1b7ecdc6666d6b84ec3b354ce8c37ab (diff)
downloadnetsurf-581d87757601286fbb8250abc8d2bd185dddecb7.tar.gz
netsurf-581d87757601286fbb8250abc8d2bd185dddecb7.tar.bz2
In theory, store raw filenames and pass them through for file upload. Untested due to no file-upload in GTK frontend just yet
Diffstat (limited to 'content/fetch.h')
-rw-r--r--content/fetch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fetch.h b/content/fetch.h
index d23b3cd4b..a173f7f30 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -79,6 +79,7 @@ struct fetch_multipart_data {
bool file; /**< Item is a file */
char *name; /**< Name of item */
char *value; /**< Item value */
+ char *rawfile; /**< Raw filename if file is true */
struct fetch_multipart_data *next; /**< Next in linked list */
};