Hi,

I propose to add a new column in the Files Upload part of the http sampler.
In this column a list of choices with the following choices
filename=<fileName>
filename=<URLEncoder.encode(fileName,"UTF-8")>
filename=<fileName>; filename*=UFT-8'' <URLEncoder.encode(fileName,"UTF-8")>

The fileName is the result of :

String fileName = org.apache.commons.io.FilenameUtils.getName(<File Path>)

What do you think about this proposition ?

Regards.
Vincent DAB.

Reply via email to