Hi,
Can I make my form change its tag:
If the user not upload a .gif, my form will use
<form method="post" action="upload.asp">
while when the user upload a .gif, my form will become
<form method="post" enctype="multipart/form-data" action="upload.asp">
Thank you in advance.
Can I make my form change its tag:
If the user not upload a .gif, my form will use
<form method="post" action="upload.asp">
while when the user upload a .gif, my form will become
<form method="post" enctype="multipart/form-data" action="upload.asp">
Thank you in advance.