• fileUpload

    By C MAUDIERE 9 years ago

    Hi,

    I ve dowloaded xpagesext.nsf demo (ver. 8.5.2.201204171332NTF)

    I try to had fileUpload control in Dynamic Page section (contact form)

    for example :

    1- In contact form i have changed City field from text to richtextfield type

    2- In Core_Dynamicxpage Xpage I have changed

    <xp:inputText

            value="#{document1.City}" id="city1">
    

    to

                                    <xp:fileDownload rows="30" id="fileDownload1" displayLastModified="false" value="#{document1.City}"></xp:fileDownload>
    

    fileUpload control don't upload selected file.

    Any idea is welcome ……

    • By C MAUDIERE 9 years ago

      Just a small problem in my copy/past

      2- In Core_Dynamicxpage I have changed
      “<xp:inputText

                                          value="#{document1.numfield}" id="numfield1">
                                      </xp:inputText>"
      

      to

                                      <xp:fileDownload rows="30" id="fileDownload1" displayLastModified="false" value="#{document1.City}"></xp:fileDownload>"
      
      • By C MAUDIERE 9 years ago


        to