Is it possible to do a post request to a website where instead of uploading a file you post text which mimics a file.
Content-Disposition: form-data; name=”fileBody”; filename=”[Placeholder file name]”;
But I have not been able to find how to do it in Perl.