junkster79
MIS
When users inout file to form, only file path name is being stored rather than actual file. Any ideas??
Thanks in advance!
Heres the code I'm using..
<input type=file name="assignment_att">
Open DB Connection etc, then...
rsRecordSet("assignment" = Request.Form("assignment_att"
rsRecordSet.Update
Thanks in advance!
Heres the code I'm using..
<input type=file name="assignment_att">
Open DB Connection etc, then...
rsRecordSet("assignment" = Request.Form("assignment_att"
rsRecordSet.Update