I have searched a lot messages but no answer..
The problem is I can not upload Images and files.
My setting:
1.Using my web server on Lan. "Dundas Upload" and "Persits
AspUpload" are installed. set Uploads folder Full-control to
Everyone and I_user account.
2.Remove NAV software and stop "Script Blocking Service".
when I upload the image, click "OK" buttom on pop-up dialog
windows, I hear "Bee" song from the web server and nothing on
message file.
If I delete "Create a folder for the user" area in the file
"functions/functions_upload.asp", I can upload image and file
without any problem except the image/file path includs username,
and all upload files are in the Uploads folder.
Next, I try to create a new username folder manually in Uploads
folder. I found the upload function works fine.
So, the problem should be the system can not create user folder.
It means the line belows is not working:
objFSO.CreateFolder(Server.MapPath(strFileUploadPath & "\" &
strUserFolderName))
Any idea or suggestions?