This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ethernet pgm

i am doing an ethernet (TCP/IP)programming using arm9. i am still now used the methods shown in the easyweb example to transmit webpages and show adc values.
i now want to transmit an image included in the webpage. i have checked the mcbstr9_http demo. but i am not clear how to transmit image

Parents
  • mcbstr9 keil board is my sever. i have a webpage and associated image in that project. the webpage is working in the system. i can transmit a simple webpage from the server to client system. but how to transmit a tiff image to the client side.
    the webconverter.exe. converts the html page to corresponding webpage.h containing all html content.

    below is the mentioned line in my webpage which insert image

    <td style="border-bottom: 1px solid #000080" vAlign=centre noWrap height=103 width="120">
            <img border="0" src="images.jpg" align="left" width="101" height="107">
       </td >
    
    

    help me in transmitting image from my server

Reply
  • mcbstr9 keil board is my sever. i have a webpage and associated image in that project. the webpage is working in the system. i can transmit a simple webpage from the server to client system. but how to transmit a tiff image to the client side.
    the webconverter.exe. converts the html page to corresponding webpage.h containing all html content.

    below is the mentioned line in my webpage which insert image

    <td style="border-bottom: 1px solid #000080" vAlign=centre noWrap height=103 width="120">
            <img border="0" src="images.jpg" align="left" width="101" height="107">
       </td >
    
    

    help me in transmitting image from my server

Children