I can see that wget has a --post-file option, but the manpage says "Wget does not currently support multipart/form-data for transmitting POST data; only application/x-www-form-urlencoded. Only one of ‘--post-data’ and ‘--post-file’ should be specified."
Is there a similar way for uploading files in multipart/form-data?
