Http client to POST using multipart/form-dataOverview
A scripted web client that will post data to a site as if from a form using ENCTYPE="MultiPart/form-data". This is typically used to upload files, but also gets around a server's (e.g. ASP's) limitation on the amount of data that can be accepted via a standard POST (application/x-www-form-urlencoded).
NEW
Fixed some bugs.
Http client to POST using multipart/form-dataInformation