Link to home
Start Free TrialLog in
Avatar of ramakrishna1080
ramakrishna1080

asked on

how to change enctype dynamically for IE6

Hi

How can I change enctype of form dynamically using javascript..
I am using code

document.formname.enctype = "multipart/form-data";

but it is not working for IE6

have also tried

document.formname.encoding = "multipart/form-data";

but its giving javascript error
ASKER CERTIFIED SOLUTION
Avatar of araim
araim
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Forced accept.

Computer101
EE Admin