cancel
Showing results for 
Search instead for 
Did you mean: 

How to make the input field of an uplaod button to readonly

Former Member
0 Kudos

Hi all,

I have to upload an excel file using upload button.But the problem here is i want the user to use only browse button to upload a file..but he should not enter mannulally in the input field.Is it possible to gray out the input filed but the browse button should be in active state.

Regards

Padma N

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I dont think you can make the readonly only for the inputfield which is part of the FileUpload UI.

I guess your issue is related with user entering invalid urls and system hangs.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Ayyapparaj,

what you said is correct.The issue is related with user entering invalid urls and system hangs.

How to avoid such conditions???

Regards

Padma N

Former Member
0 Kudos

Hi,

Its a known issue with IE. Which MS have a work around but not available for WD.

I think their is a note explaining this.

Regards

Ayyapparaj

Answers (2)

Answers (2)

Former Member
0 Kudos

Let me knw once u r Problem solved..

GS

Former Member
0 Kudos

Hi Padma,

In the input field property,

Set readonly property as true...

GS