ShMiL
08-28-2002, 05:56 AM
I need to change the enctype in the form tag from the default to the "multipart/form-data" when someone click on button A.
I tried:
onClick="this.form.enctype='multipart/form-data';"
But it doesn't work, does anyone have a good idea for me?
thanks.
I tried:
onClick="this.form.enctype='multipart/form-data';"
But it doesn't work, does anyone have a good idea for me?
thanks.