UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    webapp container

    App Development
    1
    1
    134
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      boky
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • First post
        Last post