cURL upload file multiparted
1 | curl -v -F file=@filename.jpg http://localhost/ |
1 | curl -v -F file1=@filename1.jpg -F file2=@filename2.jpg http://localhost/ |
Recommendations
Recommendations
1 | curl -v -F file=@filename.jpg http://localhost/ |
1 | curl -v -F file1=@filename1.jpg -F file2=@filename2.jpg http://localhost/ |