4 Replies Latest reply on May 28, 2008 9:21 AM by andrei_exadel

    rich:fileUpload Can you associate & pass additional attribut

    arunprakash2920

      Hello All: Quick newbee question?

      User clicks +Add.
      The selected file is displayed.
      (1) Is it possible to provide a control like textbox to enter the description for the file?
      User clicks on Upload
      The file is uploaded

      In the bean class, can we do something like this with in listener method?
      bean.uploadItem.fileName -- I can do this today.
      bean.uploadItem.file.name -- I can do this today.
      bean.uploadItem.description -- the description user entered before clicking on upload (can I?)

      Is this possible? if so, can someone point me to some documentation? or some samples (if available)

      Thanks in advance