1 Reply Latest reply on Mar 14, 2008 11:22 AM by andrei_exadel

    fileUpload: purpose of attribute contentType?

    juergen.zimmermann

      What is the purpose of the attribute contentType?

      I understand that acceptedTypes="gif,jpg,jpeg,png" can be used to list the acceptable file extensions.

      I tried to specify MIME types, e.g. contentType="image/*" or contentType="text/*". But there was no effect. Any hint is appreciated!

        • 1. Re: fileUpload: purpose of attribute contentType?

          Currently this attribute has no effect.
          At the first we thought that it should be binding where uploaded file's content type should be stored.
          But at the moment this idea have no implementation in component spec.
          If you think that this thing can be carefull we can provide implementation in the moment.

          About acceptedTypes attribute:
          File extensions should be separated by , or | or ; symbols.
          This attribute does not effcet on the browser's filter.
          Component just ignores adding files with different extensions.