Posts by leeosnt • 97 points
4 posts
-
0
votes1
answer666
viewsQ: Not recognizing js file when it is in 2 folders
Good my html is not recognizing the js file when I put in 2 folders for example, when I put <script type="text/javascript" src="assets/js/scripts.js"></script> It doesn’t work even the…
javascriptasked leeosnt 97 -
4
votes2
answers1804
viewsQ: Running program in the background
How to run a program in the background, and when the user presses a key the program does something? I only know how to do with the program in focus.
-
1
votes1
answer188
viewsQ: How 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…
-
2
votes1
answer799
viewsQ: Error 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…