Multipart upload file
curl --form "[email protected]" http://www.mydomain.com/test
Multipart upload file with new filename
curl --form "[email protected];filename=newname.txt" http://www.mydomain.com/test
Multipart upload file with parameters
curl --form "[email protected]" --form name="Desmond Lua" --form age=40 http://www.mydomain.com/test