1 Reply Latest reply on Jun 13, 2009 5:03 PM by nbelaevski

    File in a specific directory after uploading

      Hi. After uploading a file using file uploader, I want the file to be under a specific directory, for example WEB-INF, not in some temporary location, so that I can reach it easily and use it.
      Actually, I want the user to uplaod an xml file and I want to parse that xml file and do some work accordingly.
      How can I achieve this? Thanks.