cancel
Showing results for 
Search instead for 
Did you mean: 

NW04 Reading client file without upload UI element, is it possible ???

Former Member
0 Kudos

Is it possible to read client files using WebDynpro Java NW04 without using upload UI element.

Full points for crisp answers with references.

Rgds

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

As their is no java script support integrated in webdynpro. you will not be able to do this with out a server round trip.(and upload)

regards

Ayyapparaj

Former Member
0 Kudos

In that case if we have to provide file system access to all user on Server?

Answers (3)

Answers (3)

Former Member
0 Kudos

withdrawn

Former Member
0 Kudos

Is this possible to pass some content from a Java aplication to WD application.. In that case i can code a Java app to read file and then pass content to WD app.

Any ideas.

Former Member
0 Kudos

Hi Sudhir,

I am not 100% sure but i think its not possible , because the applicatons runs on the server and to access the file in client machine you have to provide all the details like ip address and other login credentials and the location of the file at run time that doesn't sound feasible.

So its better to use upload ui element sothat you can browse the file and upload it.

Regards

Deepak