POST image to webserver with java c++ python

vicseo

New Member
I wrote an upload script in php to upload an image to my webserver.The post request is send with a multipart/form-data html form.Is there a way to post an image to this php script with java, c++, python, bash,...?or if that is not possible, a way to automatically fill in the form?Thanks.Jon.
 
Top