Hi everyone,
I've been searching for a solution to my problem on this forum with no luck. So here goes...
I'm using an instance of the FCKeditor in one of my forms. Only problem is that the upload directory has to be in a completely different location. It's on the same server, but I need to use an absolute path. Using ASP, I'm getting it dynamically and setting 'ConfigUserFilesPath' to the absolute path that I want my files going to.
However, once I go to browse for files I get 'XML Request error: Internal Server Error(500)'. Is this a common error or is my plight in vain? Any help you bunch can dish out will be immensely appreciated.
-Jason
I've been searching for a solution to my problem on this forum with no luck. So here goes...
I'm using an instance of the FCKeditor in one of my forms. Only problem is that the upload directory has to be in a completely different location. It's on the same server, but I need to use an absolute path. Using ASP, I'm getting it dynamically and setting 'ConfigUserFilesPath' to the absolute path that I want my files going to.
However, once I go to browse for files I get 'XML Request error: Internal Server Error(500)'. Is this a common error or is my plight in vain? Any help you bunch can dish out will be immensely appreciated.
-Jason

RE: File Browser/Upload Issue
I encounterd the same problem. the solution for me was to create all the folders the uploader needs.
Still haven't found out where you can edit these folders in the code but in the folder where u want to upload your stuff u got to put the following folders (case-sensitive)
File
Image
Flash
Media
Hope it helps
Greetings.
Marius
RE: File Browser/Upload Issue
Has anyone worked out where the default folders are set, I need to browse the root of my website and changed the value Dim ConfigUserFilesPath
ConfigUserFilesPath = "" in config.asp but it creates ne folder not allows me to browse the root of my site, i have a folder called images but it defaults to browsing inamge!!
cheers
Smalls.
RE: File Browser/Upload Issue
http://sourceforge.net/tracker/index.ph ... tid=543655