I have a very simple php script :
$received:file = $_POST[\'file\']; // do something with it ?>
I\'m trying to post the conte
Do you really need wget? Actually upon reading the wget man page ... wget can't do what you want it to do.
wget
You can use curl
curl
curl -F"operation=upload" -F"file=@myfile" http://localhost:9000/index.php
Get the file with: