Receiving file from WGET in PHP

How do I receive an uploaded file from WGET in PHP?\[code\]wget --post-file=file.txt --header="Content-type: text/csv" "http://mywebsite.com/upload.php"\[/code\]In which variable do I find the contents of file.txt?
 
Back
Top