cancel
Showing results for 
Search instead for 
Did you mean: 

File Upload UI Element

Former Member
0 Kudos

Hi,

We are using the Standard Webdynpro File upload element in the screens. When the user clicks on the 'Browse' button the File Selector popuop is thrown using which the user can select the file.

Can we have on specific type of files be displayed in the 'File Selector' popup. currently ALL the files are displayed, though we have the option of '.html' files in 'Files of Type' dropdown.

How can we add custom file types say .csv file selection.

Regards,

S.Divakar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi divakar,

I am havent come across this facility in webdynpro.

May be file filter is planned in future delivery .

Former Member
0 Kudos

Baskaran,

The key here is "ACCEPT" attribute of file upload. Even if SAP add it later, we have to wait for MS to fix IE (make it true HTML 4.0 browser) -- IE docs even does not mention ACCEPT attribute on <input type="file" />

Compare

http://www.htmlhelp.com/reference/html40/forms/input.html

and

http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/input_file.asp

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Former Member
0 Kudos

Hi Valery,

Thanks for your information.I am your great fan you know !.

I have seen this attribute ACCEPT in HTMLB ,i am not sure how IE will handle in that case.