I'm running FckEditor with asp.net and can't seem to upload an image to completion.
When I upload am image
1. I see the image uploaded into the specified upload directory
2. The upload dialog never seems to get a confirmation response back
I tested the exact same configuration on to development machines before pushing to the server and they worked perfectly.
Dev Machines Win2000 and Vista
Server Win2003
ANyone have any ideas as to what I might lock for to resolve this problem?
TIA
When I upload am image
1. I see the image uploaded into the specified upload directory
2. The upload dialog never seems to get a confirmation response back
I tested the exact same configuration on to development machines before pushing to the server and they worked perfectly.
Dev Machines Win2000 and Vista
Server Win2003
ANyone have any ideas as to what I might lock for to resolve this problem?
TIA
Re: Image Upload HELP!!!!!!
the image has been loaded seems to be looking somewhere else. does anyone not the file and function that uploads and then ckecs for
successful upload?
My pathing =
UserFilesPath = "../../../../userfiles/";
UserFilesAbsolutePath = "";
Re: Image Upload HELP!!!!!!
My image uploads correctly the problem is the sending of the conformation response to the aspx dialog window.
Any suggestions would be greatly appreciated.
My platform
.NET 2.0
Win2003
Re: Image Upload HELP!!!!!!
Again, it works perfectly on my local development enviornment but not once uploaded to the server.
I can add that there is a javascript error...
Line: 1
Char: 210
Error: Permission Denied
Did anybody solve this issue?
Re: Image Upload HELP!!!!!!
Something else to add... it all works fine if I go to http://.....co.uk but it doesn't work if I go to http://www......co.uk.
I've looked through this for ages now and it's got to be something to do with the document.domain but have no idea how to reslove this.
Re: Image Upload HELP!!!!!!
Re: Image Upload HELP!!!!!!
sotechnology could you elaborate on what you did to fix this
(I've managed to solve this. At the top of the page just set the document.domain equal to the domain the site is on without the www. bit)
Thanks in advance
Re: Image Upload HELP!!!!!!
What I did though was basically at the top of the page that has the wysiwyg on is i simply put for example:
<script type="text/javascript">
document.domain = "sotechnology.co.uk";
</script>
I would love it for someone to come up with a proper fix for this because it's been driving me mad!
Re: Image Upload HELP!!!!!!
If I upload using the Image info, browse server dialog then everything is OK and my file ends up in "/userfiles/image", but if I use the Upload tab then I get an access denied error and my upload progress bar just continues endlessly. The funny thing is, is that my file upload OK but ends up in the "/userfiles/" folder but not the "/userfiles/" folder, and is our of reach of my "browse server" capabilites.
i have tried hardcoding my paths and also using dynamic paths but always end up with this same problem.
This is my config code in the connector.aspx
UserFilesPath = "~/uploaded/";
UserFilesAbsolutePath = Server.MapPath("~/uploaded/");
-> in debug mode I see this value as "c:\\www\\MySite\\uploaded\\" which is correct.
Please ..... anyone....
Re: Image Upload HELP!!!!!!
Everyting works when running on localhost.
The error only appears when running the code on my site. I have even tried setting all permissions to R/W but do difference.
ps. there is no "www" in my URL name so thats not the problem.
Re: Image Upload HELP!!!!!!
I tried the previous FCKeditor.Net 2.5 Build which works fine. This bug must have been introduced in the 2.6.3 build
Hope this is of help
Re: Image Upload HELP!!!!!!
I had this same thing and fixed it for .net. I submitted this post on how to fix it for .net. Hope this helps. viewtopic.php?f=6&t=12112