Hello
I am using FCKeditor .net in aspx. When i try to file browse for an image, as soon as the browser opens, i get a XML 500 error.
If i then browse to an image, it says 'uploading' and just hangs.
I also cannot create folders there.
I have the correct connector (aspx) with all the others commented out.
I am sure its all the same problem and guessing its to do with the file path.
I have the FCKeditor in the root (C:\inetpub\wwwroot\FCKeditor\) and my website is C:\inetpub\wwwroot\intranet\employeehandbook\
I'm not sure what path i need to change.
Any help appreciated
Jeff
I am using FCKeditor .net in aspx. When i try to file browse for an image, as soon as the browser opens, i get a XML 500 error.
If i then browse to an image, it says 'uploading' and just hangs.
I also cannot create folders there.
I have the correct connector (aspx) with all the others commented out.
I am sure its all the same problem and guessing its to do with the file path.
I have the FCKeditor in the root (C:\inetpub\wwwroot\FCKeditor\) and my website is C:\inetpub\wwwroot\intranet\employeehandbook\
I'm not sure what path i need to change.
Any help appreciated
Jeff
RE: File Browser problem XML 500 error
In the path for the image folder check that you do not have the http://servername/ at the beginning.
Eg.
Image folder = http://mySite/userFiles/UserImages/
Put in the path = /userFiles/UserImages/
I was getting the same issue and that cleared it up
RE: File Browser problem XML 500 error
Can you please give me an example of your file path for your site/images and what file you have set the /userFiles/... you mentioned above in
Also where your FCK editor is - is it off the root directory?
jeff