Please help. Im trying to upload 2 files to an access database. this is part of my script.
RS("VALUATIONfilename"
= File.FileName
RS("VALUATIONfilesize"
= File.FileSize
RS("VALUATIONcontenttype"
= File.ContentType
File.SaveToDatabase RS("VALUATIONfiledata"
How can i do it for 2 file i.e. multiple upload.
Thanks
Matthew Matthew Wilde
matthew@ukwebsite.com
RS("VALUATIONfilename"
RS("VALUATIONfilesize"
RS("VALUATIONcontenttype"
File.SaveToDatabase RS("VALUATIONfiledata"
How can i do it for 2 file i.e. multiple upload.
Thanks
Matthew Matthew Wilde
matthew@ukwebsite.com