I've been using various components of JMeter test plan and notice that writing table listerner results to file (I think, didn't use too much) and reading CSV dataset config can use relative path references, and it will be relative to the location of test plan script being run.
But for file uploads in HTTP request sampler (send files with the request section), relative path (from test plan script) doesn't work (fails to find the file). Didn't test thoroughly but assume in that case it might be relative to JMeter's working directory (or JVM's working directory). Is that a known issue and by design? I'm using JMeter 2.5.
