File upload methods like UploadInfo show that they need a filename as
argument.
Everything is fine with the sample using ->param to get this filename,
but if you use ->Vars to get all arguments as a hash (ref) and then use
UploadInfo on the correct hash value, it doesn't work.