images on webserver

Hi, I’m working with the AT91SAM7X-EK and FreeRTOS 3.2.4. I would like to display images on the site that’s going to be implementated on the board. How is it possible to get the images displayd trough the browser request? Grtz Edwin

images on webserver

Are you using the uIP/IAR demo.  If so then the demo uses the FreeRTOS logo image on the WEB page so you can copy this.  Basically put it in the uip/fs/img directory before creating the file system image. Regards.

images on webserver

I’m working with the lwIP Rowley Demo using gcc. But I’m gonna take a look at the uip sources now