Most voted "imgur" questions
3 questions
Sort by count of
-
2
votes1
answer799
viewsError sending image to Imgur, how to resolve?
I’m trying to send an image to Imgur but it’s giving error, I can’t remember how to get the image. I’m using this code: public static String getImgurContent() throws Exception { URL url; url = new…
-
1
votes1
answer188
viewsHow to send a Bufferedimage by POST method?
Well, I was wondering how do I send a picture of the guy BufferedImage by a link using method POST. I’m using this code to send, but I don’t know how to send this BufferedImage. public static String…
-
0
votes1
answer241
viewsupload api for Imgur
I am working on a project where I will upload images , good thanks to the forum I discover the IMGUR, to host my images and let the host of my site more free, good but here comes the master…