Guest_imported
New member
- Jan 1, 1970
- 0
Hi i was wondering how you would go about updating a database over http using a commma delimeted text file and asp..
I tried a couple of things using the <input type=file
input, and the filesystemobject for asp.. But i am unsure, if this is possible, and if it is, how to go about coding it.. And how you get the file from the input tag, to the filesystem object..
EG is it just a simple file = request.form("file" or is there the need to somehow upload the file to the server then read it...??
I need this so that other staff who don't have the technical knowledge to ftp the server and update, can still update the database, as it needs to be done daily..
Any help would be great
Brad
I tried a couple of things using the <input type=file
input, and the filesystemobject for asp.. But i am unsure, if this is possible, and if it is, how to go about coding it.. And how you get the file from the input tag, to the filesystem object..
EG is it just a simple file = request.form("file" or is there the need to somehow upload the file to the server then read it...??
I need this so that other staff who don't have the technical knowledge to ftp the server and update, can still update the database, as it needs to be done daily..
Any help would be great
Brad