asked on
myDateString = Date()
strSQL = "INSERT INTO tbl_image_material( upload_date, image_link, filename, file_size, type, image_desc, front_image, material_id_FK) VALUES('" & myDateString & "', '" & strPath & "', '" & objUpload(i).FileExt & "' , '" & fileszie & "', '" & type1 & "', '" & image_desc & "', '" & front_image & "', '" & material_id_FK & "')"
Conn.Execute(strSQL)