Hi, Through my investigations of file uploads in JMeter I found that Post Files do not use FileServer, thus unable to work correctly with paths relative to JMX location. Or maybe I misunderstand the functionality of FileServer. But it states in the class doc:
For instance, putting supporting files in the same directory as * the saved test plan file allows users to refer to the file with just it's * name - this FileServer class will find the file without a problem. I see good value in this feature of paths relative to JMX location. Otherwise it is quite painful to operate test plans with resource files. One more thing is that CSV Data Set works fine because it uses FileServer, so we're inconsistent: one component works with files in one way, another works other way... My questions: 1. Is there intentional reason not to use FileServer in HTTP Sampler? 2. Or should I implement usage for it? -- Andrey Pokhilko
