The documentation on your website shows Dynamic: as using server.MapPath("/MyFolder" & Session(User)).
Which works for me in IE not Firefox or Safari.
Your response shows Relative path is: server.MapPath("/yourFolder")
When I used relative I get: Multiple File Upload Error find Folder c:\inetpub\wwwroot\group\photos\server.MapPath(@_apex_@\@_apex_@) & @_apex_@\@_apex_@ & session(@_apex_@groupdesc@_apex_@) & @_apex_@\Pictures\@_apex_@ & session(@_apex_@albumid@_apex_@) does not exist. The value of your Path is incorrect. Open uploadTester.asp in an editor and change the value of Path to the pathname of a directory with write permissions.
Can I use session variables in Relative or Absolute?
What am I doing wrong?
|
|
|