It did not have the "/" so I added it and got this error.
Technical Information (for support personnel)
- Error Type:
Server.MapPath(), ASP 0174 (0x80004005)
An invalid '/' or '\' was found in the Path parameter for the MapPath method.
/webwizforum/forum/functions/functions_upload.asp, line 77
- Browser Type:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
- Page:
POST 3016 bytes to /webwizforum/forum/upload_images.asp - POST Data:
. . .
- Time:
Thursday, March 24, 2005, 3:33:28 PM
- More information:
Errored at a different line this time.
Here is line 77 thru 80 in the functions_upload script.
If objFSO.FolderExists(Server.MapPath(strFileUploadPath & "\" & strUserFolderName)) = False Then
'If the user dosen't have a folder create them one
objFSO.CreateFolder(Server.MapPath(strFileUploadPath & "\" & strUserFolderName))
When I look in the folder there is a folder created for the user. The script created it.
Thanks again