0 Replies Latest reply on Jul 11, 2008 9:07 AM by hebo

    Multiple s:fileUpload Issue

    hebo
      Hello All,
      I am having an object that holds images. Now I have created a list of such objects and iterating them to display S:fileUpload componets to upload images to individual objects in the list. It works fine and displays s:fileUpload Components. But only the last one gets the proper content type(iamge/*) when the Upload action takes place, and rest of the file Upload gives content type as application/OctetStream and filename is null, so I am not getting the file images which are uploaded.

      Appreciate your response...