Hi!
I have a problem I'd like some help with. I have two form objects in my form. One of them is a textarea object and the other one is a fileupload object.What I want is this:
when I click on the textarea (when it receives focus) I want the data in the fileupload object to disappear and vice versa. The problem is that the value property of the fileupload object is read-only
Another thing I'd like to know is if the "Browse..." button or more specifically its' label can be changed. So it wouldn't read "Browse..." anymore but something else.
Tnx for your help,
Bostjan
I have a problem I'd like some help with. I have two form objects in my form. One of them is a textarea object and the other one is a fileupload object.What I want is this:
when I click on the textarea (when it receives focus) I want the data in the fileupload object to disappear and vice versa. The problem is that the value property of the fileupload object is read-only
Another thing I'd like to know is if the "Browse..." button or more specifically its' label can be changed. So it wouldn't read "Browse..." anymore but something else.
Tnx for your help,
Bostjan