
April 24th, 2003, 02:20 PM
|
|
Junior Member
|
|
Join Date: Aug 2002
Posts: 8
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
convert filename to string?
I'm uploading a file to my server, and I retrieve the filename. Now I can print out the filename with response.write(filename) but when I try to insert the filename into access I get a "cannot be a zero-length string." error. I'm assuming its because the filename was read in using binaryread. So how would I convert this back into a string?
|