Dear All i am using ArcGis , JEE, and Flex i want to display Image in infoWindowContent from Type: esriFieldTypeBlob of a rest service. graphics.attributes.RoadImage, the field type RoadImage is esriFieldTypeBlob.
I don't believe that blobs are handled by the REST API and thus not available to flex.
thanking you, for this guide. can you suggest me what should i do for this problem, should i change my service from REST to other(whatever u'll suggest). 1. I dont want to display image by picking from any folder on the server (like http://hostname/context/roadimages/road_abc.jpg). 2. I want to pick it from our database server through webservice (m using sql server as database).
As the Flex API the this forum covers use REST only there is nothing that you can change your service to. You may want to develop an ASP.net webservice that will return an actual image from soem query you submit. I would Google and see if you can find some code for that.