D
D
Dmitry Belousov2016-08-27 18:55:36
Java
Dmitry Belousov, 2016-08-27 18:55:36

How to upload a photo to a hosting using a code?

How to upload photos to this hosting using java code?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Ambrosy, 2016-08-27
@Ambrosy

I recommend that you familiarize yourself with the API of this service .
Requests are made by GET, POST methods. The response is given in JSON or XML format.
I think you will find how to make POST requests in Java.

D
Dimonchik, 2016-08-27
@dimonchik2013

curl

O
one pavel, 2016-08-27
@onepavel

you need to upload by post
here is an example
stackoverflow.com/questions/17173435/send-image-fi...
google through "java http file upload"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question