Hi All
I have some images in my context .
I create web form by uploading xsd file.
follow all process (web project creation ,and association of web form).
in the web project ,click on web form>create content
It ask for file name(name of xml file)
it show the (+) button
click on it
it shows the box with select button where we select the image (where ever you upload your images in context)
but problem is that i want display image during image selection(web project>web form>create content),not file name it shows only file names, Is it possible or not.
<xs:element name="imageUploder">
<xs:complexType>
<xs:sequence>
<xs:element name="photo" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="image" type="xs:anyURI" minOccurs="0" maxOccurs="1"/>
…….
…….
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>