I have trying to create a simple upload ui for an image. On the click of the button upload it using the imgur API. And return the image url and display the image.
I have tried to follow this: https://kodejava.org/how-do-i-create-a-web-based-file-upload/ but this is for server upload..
Also tried to follow: Simple Java Imgur Upload
It would be really helpful if someone could show a simple example.