1 Reply Latest reply on Jun 18, 2009 3:06 PM by nbelaevski

    rich:fileUpload location

      hello..
      i'm trying this fileUpload of richfaces.. how can i set the location where id should be saved.. and the secound question is, how can i disable the tempfiles..
      i know i should add something like

      <init-param>
       <param-name>createTempFiles</param-name>
       <param-value>true</param-value>
      </init-param>

      in the web.xml.. but i'm working with seam and the web.xml shows an error cause the <init-param> tag..