cURL upload file multiparted

Moki Lv6
1
curl -v -F file=@filename.jpg http://localhost/
1
curl -v -F file1=@filename1.jpg -F file2=@filename2.jpg http://localhost/
On this page
cURL upload file multiparted