https://issues.apache.org/bugzilla/show_bug.cgi?id=15468
--- Comment #3 from David Luu <[email protected]> 2011-10-05 21:57:14 UTC --- This would be nice patch to include in next release. This was an issue I just encountered as well. If one doesn't actually need to post a file, then workaround is to paste the content into the value field of name/value pair section for HTTP sampler, can leave name field blank (for cases like making REST API call rather than form submission). But the unfortunate part is the UI for the name/value pair section sucks for long input strings, as it isn't resizable to be multi-line, so usable but not readable. That's where this bug/issue fix comes in nicely as you can put the data in text file that's easier to read and POST than via the form fields. Alternative fix in my case is make the form fields resizable and multiline supported. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
