Server object error 'ASP 0177 : 800a004c'
Server.CreateObject Failed
/Search_Intranet/FCKeditor_1.6/filemanager/upload/asp/class_upload.asp, line 142
The operation completed successfully
----
That's the msg. I think I set the security ok on IIS. That is, i set "write" on for the "images" dir.
Can't figure it out.
Server.CreateObject Failed
/Search_Intranet/FCKeditor_1.6/filemanager/upload/asp/class_upload.asp, line 142
The operation completed successfully
----
That's the msg. I think I set the security ok on IIS. That is, i set "write" on for the "images" dir.
Can't figure it out.
RE: ASP error when uploading image to server
=>sDirUrl = "/UserImages/"
you need create "/UserImages/" virtual directory.
RE: ASP error when uploading image to server
About the upload problem; is it possible that it has something to do with an ASP upload component which isn't installed on my IIS?