cancel
Showing results for 
Search instead for 
Did you mean: 

how do i go about this

Former Member
0 Kudos

Requirement!

select a folder! on selecting the folder,all the files must be listed(preferably in a checkgroup,with all files checked by default).i will be able to choose the files i need to process.once chosen i need to extract information from each of these files and transfer data to a new file.

i tried using the fileUpload control,but i can select only files not a folder!also there seems to be no way of getting a file's fully qualified pathname,once i select a file using fileupload.is it possible to use swing's JFileChooser somehow within webdynpro,or is something similar available?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

There is no special UIElement for this as of now !!

But you can produce similar UI using Tree control and populating the context.But you can't have checkboxes in the tree

Best Regards, Anilkumar

Former Member
0 Kudos

Hi,

Web Dynpro does not provide you any method of accessing the client system. All you can do is upload the file onto the server and access them.

Noufal

Former Member
0 Kudos

...but you may use Table with TreeByNestingTableColumn (MasterColumn) that allows check-boxes as cell editors.

VS

Answers (0)