Forum Moderators: open
Dim DestinationPath
DestinationPath = Server.mapPath("UploadFolder")
what I'm doing is executing a query based on login for a varible called "uploadFolder", so I want my destination path to be something like
<% DestinationPath = Server.mapPath("rsRecord(uploadFolder)")%>
Of course my code doesn't work, so any ideas a greatly appreciated.
However now I get the following error message:
Request object, ASP 0206 (0x80004005)
Cannot call BinaryRead after using Request.Form collection.
Can some one tell me what my problem is here.