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
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