cancel
Showing results for 
Search instead for 
Did you mean: 

Do we show the image during web form creation.

johncorner
Champ in-the-making
Champ in-the-making
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>
1 REPLY 1

johncorner
Champ in-the-making
Champ in-the-making
There is no xsl file to display any thing.