I would like to use Paw to send form files, that I can catch from my PHP script with the $_FILES global variable.
The File body option sends a file, but it is not encapsulated in a form structure and PHP cannot treat it.
How can I do that ?
$_FILES
global)