embOS Web Server Upload file ? Is it possible?

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • embOS Web Server Upload file ? Is it possible?

    Hi All,
    Is it possible to upload files using the embOS/IP web server. I am trying to use the following html code.

    <form enctype="multipart/form-data" action="" method="post">
    <p>
    Please specify a binary firmware file: <br>
    <input type="file" name="UpdateFile" size="60" value="<!--#exec cgi="UpdateFile"-->">
    </p>
    <input type="submit" value="Send">
    </form>

    How am I supposed to handle the file content information ? Is it possible?

    Todor
  • Hi Todor,
    Is it possible to upload files using the embOS/IP web server. I am trying to use the following html code.

    <form enctype="multipart/form-data" action="" method="post">
    <p>
    Please specify a binary firmware file: <br>
    <input type="file" name="UpdateFile" size="60" value="<!--#exec cgi="UpdateFile"-->">
    </p>
    <input type="submit" value="Send">
    </form>

    How am I supposed to handle the file content information ? Is it possible?
    In the current version, file upload is not supported.
    File upload is a feature of the coming version.

    Best regards,
    Sven