Want to load test unique file upload per request

Hi, I have a scenario where I want to upload different files for each post request, but somehow I’m not able to do that as the open() function is not available inside the default function.

Duplicate of Unique file upload per iteration