webapp container
-
Hey. How to download from a file system in a webapp container with html? Example:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>send</title> </head> <body> <form enctype="multipart/form-data" method="post"> <p><input type="file" name="f"> <input type="submit" value="send"></p> </form> </body> </html>
without using a script