Hello,
I try to use the asp update record upload and I keep on getting the following error.
Error code: 12
12 Unknown source form (Content-type must be multipart/form-data)
The form which I use is multipart/form-data.
PLEASE HELP !!!!
-------------------- This is the form : --------------------------
<form onSubmit="return ProgressBar()" action="<%=editAction%>" method="post" enctype="multipart/form-data" name="gegevens" id="gegevens"> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td width="164" align="right">Titelatuur voor</td> <td width="16"> </td> <td width="408"><label> <input name="titelatuurVoor" type="text" class="formveld2" id="titelatuurVoor" value="<%=(rsLid.Fields.Item("titelatuurVoor").Value)%>" /> </label></td> </tr> <tr> <td align="right">Voornaam</td> <td width="16"> </td> <td><label> <input name="voorNaam" type="text" class="formveld2" id="voorNaam" value="<%=(rsLid.Fields.Item("voornaam").Value)%>" /> </label></td> </tr> <tr> <td align="right">Tussenvoegsel</td> <td width="16"> </td> <td><label> <input name="tussenvoegsel" type="text" class="formveld2" id="tussenvoegsel" value="<%=(rsLid.Fields.Item("tussenvoegsel").Value)%>" /> </label></td> </tr> <tr> <td align="right">Achternaam</td> <td width="16"> </td> <td><label> <input name="achternaam" type="text" class="formveld2" id="achternaam" value="<%=(rsLid.Fields.Item("achternaam").Value)%>" /> </label></td> </tr> <tr> <td align="right">Titelatuur na</td> <td width="16"> </td> <td><label> <input name="titelatuurNa" type="text" class="formveld2" id="titelatuurNa" value="<%=(rsLid.Fields.Item("titelatuurNa").Value)%>" /> </label></td> </tr> <tr> <td align="right">Adres</td> <td width="16"> </td> <td><label> <input name="adres" type="text" class="formveld2" id="adres" value="<%=(rsLid.Fields.Item("adres").Value)%>" /> </label></td> </tr> <tr> <td align="right">Postcode</td> <td width="16"> </td> <td><label> <input name="postcode" type="text" class="formveld2" id="postcode" value="<%=(rsLid.Fields.Item("postcode").Value)%>" /> </label></td> </tr> <tr> <td align="right">Woonplaats</td> <td width="16"> </td> <td><label> <input name="woonplaats" type="text" class="formveld2" id="woonplaats" value="<%=(rsLid.Fields.Item("woonplaats").Value)%>" /> </label></td> </tr> <tr> <td align="right">Geboorte datum</td> <td width="16"> </td> <td><label> <input name="geboortedatum" type="text" class="formveld2" id="geboortedatum" value="<%=(rsLid.Fields.Item("geboorteDatum").Value)%>" /> </label></td> </tr> <tr> <td align="right">Geslacht</td> <td width="16"> </td> <td><label> <select name="geslacht" class="formveld2" id="geslacht"> <option value="M" <%If (Not isNull((rsLid.Fields.Item("geslacht").Value))) Then If ("M" = CStr((rsLid.Fields.Item("geslacht").Value))) Then Response.Write("selected=""selected""") : Response.Write("")%>>Man</option> <option value="V" <%If (Not isNull((rsLid.Fields.Item("geslacht").Value))) Then If ("V" = CStr((rsLid.Fields.Item("geslacht").Value))) Then Response.Write("selected=""selected""") : Response.Write("")%>>Vrouw</option> </select> </label></td> </tr> <tr> <td align="right">Telefoon 1</td> <td width="16"> </td> <td><label> <input name="telefoon1" type="text" class="formveld2" id="telefoon1" value="<%=(rsLid.Fields.Item("telefoon1").Value)%>" /> </label></td> </tr> <tr> <td align="right">Telefoon 2</td> <td width="16"> </td> <td><label> <input name="telefoon2" type="text" class="formveld2" id="telefoon2" value="<%=(rsLid.Fields.Item("telefoon2").Value)%>" /> </label></td> </tr> <tr> <td align="right">Emailadres</td> <td width="16"> </td> <td><label> <input name="emailadres" type="text" class="formveld2" id="emailadres" value="<%=(rsLid.Fields.Item("email").Value)%>" /> </label></td> </tr> <tr> <td align="right">Persoonlijke afbeelding</td> <td width="16"><img src="afbeeldingen/important_small.gif" alt="" width="15" height="12" /></td> <td><label> <input name="foto" type="file" class="formveld2" id="foto" onChange="dwz_setEvent(this,'change')" onClick="dwz_setEvent(this,'click')" value="<%=(rsLid.Fields.Item("foto").Value)%>" /> </label></td> </tr> <tr> <td align="right">Bedrijfsnaam</td> <td width="16"> </td> <td><label> <input name="bedrijfsnaam" type="text" class="formveld2" id="bedrijfsnaam" value="<%=(rsLid.Fields.Item("bedrijfsnaam").Value)%>" /> </label></td> </tr> <tr> <td align="right">Gebruikersnaam</td> <td width="16"> </td> <td><label> <input name="username" type="text" class="formveld2" id="username" value="<%=(rsLid.Fields.Item("username").Value)%>" /> </label></td> </tr> <tr> <td align="right">Wachtwoord</td> <td width="16"> </td> <td><label> <input name="userpass" type="password" class="formveld2" id="userpass" value="<%=(rsLid.Fields.Item("userpass").Value)%>" /> </label></td> </tr> <tr> <td align="right">Nogmaals wachtwoord</td> <td width="16"><img src="afbeeldingen/important_small.gif" width="15" height="12" /></td> <td><label> <input name="userpassCheck" type="password" class="formveld2" id="userpassCheck" /> </label></td> </tr> <tr> <td align="right"> </td> <td> </td> <td><label> <input name="button" type="submit" class="form2" id="button" onClick="WAValidateEM(document.gegevens.emailadres,document.gegevens.emailadres.value,'Vul een correct emailadres in',document.gegevens.emailadres,0,true);WAValidateAN(document.gegevens.userpassCheck,document.gegevens.userpassCheck.value,'Vul nogmaals uw wachtwoord in',true,true,true,true,'',document.gegevens.userpassCheck,0,true);WAValidateLE(document.gegevens.userpassCheck,document.gegevens.userpass.value,document.gegevens.userpassCheck.value,'De beide wachtwoorden komen niet overeen.',document.gegevens.userpassCheck,0,true);WAAlertErrors('Om uw persoonlijke gegevens correct te kunnen aanpassen dient u de volgende wijzigingen te corrigeren :\n\n','',true,document.gegevens);return document.MM_returnValue" value="Update uw gegevens" /> </label></td> </tr> </table> <input type="hidden" name="RG_recordId" value="<%="" & replace(rsLid.Fields.Item("lidID").Value,"'","''") & ""%>" /> </form>
|
|
|