|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
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?
|
|
#2
|
|||
|
|||
|
Try this out.
Code:
filename = Cstr(filename) |
|
#3
|
|||
|
|||
|
that didnt work =/
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > convert filename to string? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|