0
How to upload files to my server using Java Servlets, and after uploading the file return the url the file is in, where the name originates from the date and time the file was uploaded so that no name repeats, someone would have idea how to implement?
Have you ever tried to do anything?
– Marconi
Not yet @Marconi, I would like to know which is the best way to do this.
– Bruno Richart
Here is a tutorial, you can follow it to get an idea of how to implement. And then make your own modifications. Uploading Files with Servlet 3
– romarcio