I would like to upload a file (for example an image) to java server using POST request. I do not want to use Servlet or Spring. Is there a way to do this for example using com.sun.net.httpserver?
-
What about using Jetty?Spindizzy– Spindizzy2021-04-20 20:49:57 +00:00Commented Apr 20, 2021 at 20:49
-
1What have you tried so far? If not, I would say try that and post the issues here you face any.Ajay Kumar– Ajay Kumar2021-04-20 21:37:00 +00:00Commented Apr 20, 2021 at 21:37
Add a comment
|