I am trying to append 3 fields one of which is an image field (long raw in oracle) from the local system to the server using vbscript and asp.net. I am using vbscript to open the local connection to the database on the system executing the program and am able to get all the records using recordset in vbscript. I dont know how to pass this to the data table declared in code behind which is run at server to append this data to server database. I tried sending this to toolbox control but am unable to find a container for image.