Not sure what sort of use case this is trying to test. Or are you just using JMeter as a file upload utility? In which case it would probably be much easier to use curl or wget or the like.
But assuming you want to use JMeter, I would probably create a JMeter script with a single file upload. The JMX file can then be pre-processed in a scripting language to repeat the file entries as often as required. On 30 September 2016 at 02:03, Joey Toppin <[email protected]> wrote: > http://stackoverflow.com/questions/39766994/jmeter-multiple-file-uploads > > On Tue, Sep 27, 2016 at 12:57 PM, Joey Toppin <[email protected]> > wrote: > >> I have *many many* files which I'd like to upload at once. >> The files are in a directory, but it seems the 'File Upload' of the HTTP >> Request >> config element only allows me to select 1 file at a time. >> >> I've configured a CSV Data Set Config element as well, hoping that it would >> upload all files at once, but instead this only works with a loop and the >> still >> only a single file is uploaded with each request. >> >> So, the question: How to select all files without adding 1000+ files each >> manually? >> >> -- >> Joey >> >> > > > -- > Joey Toppin > > *Formsvision bv* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
