Hi,
Attempting to use HttpUnit to submit a multipart form that includes both hidden text fields and a file input field.
When the request is sent to the server the text parameters are prefix with an escape character so that the "save" I entered into the action parameter is received as "\rsave".
Has anyone else experienced this? If so is there a work around/solution?
Thanks in advance