Scusate la mia ignoranza..
devo fare un multiupload di 2 immagini, una thumbs ed una in grandezza reale.
volevo usare il file di Baol, ma ho riscontrato una serie di problemi che non riesco a risolvere. Qualcuno puo' aiutarmi per favore?
allora: ho creato 1 pagina NewImages.asp con il seguente codice
codice:
<table width="567" align="center" cellpadding="0" cellspacing="0">
	<tr>
		<td height="20" align="center">
		<form method="Post" enctype="multipart/form-data" action="Upload_Database.asp">
		<input name="Titolo" type="text" class="input" id="Titolo">
		

		<hr>
		File : 
		<input name="Thumbs" type="file" id="Thumbs" class="input">
		

		<hr>
		File : 
		<input name="Images" type="file" id="Images" class="input">
		<hr>
		

		<input type="submit" name="Enter">
		<input name="Reset" type="reset" id="Reset" value="Reset">
		</form>
		</td>
	</tr>
</table>
ora la mia domanda e': per salvare sul mio Db con i seguenti campi che file di Baol devo mettere? Upload_Database.asp

mi da un errore che non so decifrare...

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E37)
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'TblGallery'. Make sure it exists and that its name is spelled correctly.
/Nicola2/Admin/upload.asp, line 1154


eppure i campi ci sono tutti..
Titolo, Thumbs, Images, DataInserimento

Dove sbaglio?