cancel
Showing results for 
Search instead for 
Did you mean: 

set of extensions for fileupload

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

go thru this thread

Former Member
0 Kudos

Hi, thanks for your reply!

I examined this thread but as I understand it's topic, it's not exactly what I need. I don't wanna check file extensions at runtime AFTER USER INPUT (USER FILE SELECTION).

I mean that when I call FileUpload component during WD execution I want to define my own set of extensions in the popup window for selecting files.