Dear professionals,
I have the following question:
I use fileupload component for uploading files and the requirement is to restrict selection of files to be uploaded to only image documents. When I use this component, at runtime it allows selecting only 3 classes of documents: all files, image files (but only jpg and jpeg formats) and html.
these Image formats are a good solution but the list of allowed formats is too little and I'd like to extend it with .bmp, .tiff etc. Is there a standard solution for doing it, probably these values (jpg and jpeg) are stored in a table I can extend?
Thanks in advance!
Edited by: Drabkov Anton on Nov 30, 2009 11:07 AM