Multipart file upload fails always when in Runner tab

I would like to test a bunch of requests in series, one of which is a multipart file upload. While the request works fine when executed from the collection view, it fails every single time when executed in a runner tab. The exception in console is:

Form param file, file load error: PPERM: insecure file access outside working directory

This is all on the same machine. It seems to have trouble accessing the file from the runner somehow. Is there a workaround?

Hi @juergen_simon

in settings under the general tab can you enable (ON) this toggle and try

2 Likes

Thank you Saravanan, that worked!

3 Likes