Search Results

Search results 1-3 of 3.

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

  • Quote: “ the original code was an evergreen of socket programming: C Source Code (1 line) this call returns a socket handle sh=0, which, according to embOS/IP documentation, is a valid handle, but subsequent calls to getsockopt() and setsockopt() return -1; We then discovered that the same example works replacing the socket creation code with: C Source Code (1 line) We suggest to treat internally any non-zero value passed as third parameter like a passed "0" to ease portings, otherwise we'll nee…

  • Hi Todor, which IE version do you use for your tests? Best regards, Sven

  • Hi Todor, Quote: “ 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. F…