I just moved my forum to a new hard drive and now I am having a problem with viewing the members files. Everything else is working fine and I updated the locations in the inc_UploadConfig.asp file. Help appreciated.
quote:Technical Information (for support personnel)
Error Type: Microsoft VBScript runtime (0x800A0046) Permission denied /forum/membersFiles.asp, line 424
Browser Type: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 3.1)
The settings in IIS are allowing read/write permission so maybe there is somewhere else?. This is a copy from the membersfiles.asp with line 424 in red.
if cSF="" then 'Path name doesnt exist (ie the memberID folders wasnt created, then create it!) FSO.createFolder(physicalUploadFolder & "\" &Path) response.write "<tr bgcolor="""& strForumCellColor&""">" & vbNewLine response.write "<td colspan=""3""><p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color =""" & strDefaultFontColor & """>" & vbNewLine if memberFldrID="" then response.write "No Shared Files Uploaded.</font></p>" & vbNewLine else response.write "No Files Uploaded.</font></p>" & vbNewLine end if response.write "</td></tr>" & vbNewLine end if
I'm trying to get the progress-bar to work with ASPUpload. Have installed the ASP Component from www.aspupload.com, but can't get the upload to funtion with this Component.
With the traditional upload everything works fine.
Has it to be another ASP-upload component (there is a houge amount on the net)?