cancel
Showing results for 
Search instead for 
Did you mean: 

How can I change the status of the fileupload UI from disable to enable?

Former Member
0 Kudos

Hi, experts,

The Version of my Netweaver studio is 7.0.11.

I create a view with fileupload UI element in WebDynpro for Java application, but the fileupload UI element is disabled so that I don't select file when I click the button in the fileupload UI element after I run the application.

How can I change the status of the fileupload UI element from disable to enable?

Best regards,

tao

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

look at this thread [|]

and check if u bind each file upload element to binary property in the context

Former Member
0 Kudos

Hi, Ola,

Thanks a lot for your help! My question has been solved!

Best regards,

tao

Answers (1)

Answers (1)

former_member185086
Active Contributor
0 Kudos

Hi tao

1. Create a context attribute of type Resource and bind that to File Upload Element.

2. After upload bind File Upload enable attribute to attribute of type Boolean.

(a bit confusion in your question so provided both answer)

Best regards,

Satish Kumar