Posts by Lucas Almeida • 1 point
2 posts
-
0
votes1
answer1321
viewsA: How to get the user upload file path in Java
Guys, I managed to solve the problem, I needed to create a file type input, and make a script code with Filereader, so it reads the file and presents <input type='file' accept='file/*'…
-
-2
votes1
answer1321
viewsQ: How to get the user upload file path in Java
Hello, I am creating a web page with an iframe, and I would like to change the src of this iframe to the user upload path, I would like to know how I can do it, follow code: <input…