Hahaha, I guess we will never know until Mark replies. Update don't usually reset user permission on the file system. Only append user permission.
It doesn't work after update mostly likely the key generated and stored in browser cache is no longer valid. Take troubleshooting steps from my MD friend: headache? Prescribe water and more sleep. Still no work, THEN more detailed examination. -Jian On Thursday, November 1, 2012 10:02:24 AM UTC-4, Richard Hauer (5 Limes) wrote: > > Well clearing the browser cache may work, but what I have suggested is: > check the URL and make sure you can access that folder. > > Not especially complicated, I would have thought; admittedly harder than > clearing the browser cache but I would argue “a lot easier to do”. > > > > L > > > > *From:* [email protected] <javascript:> [mailto: > [email protected] <javascript:>] *On Behalf Of *Jian Huang > *Sent:* Friday, 2 November 2012 12:51 AM > *To:* [email protected] <javascript:> > *Subject:* Re: Text Editor file upload error > > > > Richard, I have to agree with Joel's solution more here as it is a lot > easier to do. :) > > On Monday, October 29, 2012 10:30:13 AM UTC-4, Richard Hauer (5 Limes) > wrote: > > I already answered this, did my suggestion not work? … repost below: > > > > --- > > Hey Mark. > > > > So, looking at the code, this is what is happening > > > > 1) check there is a “Key” form parameter that is passed with the file > upload http request > > 2) check that is valid format (is 32 hex chars) > > 3) check there is a “Path” form parameter that is passed with the file > upload http request > > 4) combine the path and the “key” and check the resulting path is valid > and exists > > 5) Attempt to delete said path – check for any IOException raised > > > > If any of the above fail you will get the error you have reported. You > will need an inspection tool (HttpWatch, Wireshark, Fiddler, browser dev > tools) to check that correct form variables are being sent and what their > values are. Assuming these come from the app and are likely to be valid, > the most probable issue is that the account that the IIS Application Pool > is using does not have delete privilege. > > > > Let me know how you get on. > > --- > > > > Regards, > > Richard. > > > > *From:* [email protected] [mailto:[email protected]] > *On Behalf Of *Joel Kinzel > *Sent:* Tuesday, 30 October 2012 1:06 AM > *To:* [email protected] > *Subject:* Re: Text Editor file upload error > > > > Are you using Asset Manager? We've had problems with user's browsers > incorrectly caching certain key files for some of our plugins. Did you try > clearing browser cache? > > On Tuesday, October 16, 2012 5:47:02 AM UTC-5, MarkL wrote: > > Hi Guys, > > > > Hopefully someone here can help me with an issue I'm having with my Reddot > text editor. > > > > Every time I try to upload an asset through the text editors(RadEditor or > ReddotEditor) I get the following error: > > > "Server Error in '/CMS/WebClient' Application. > ------------------------------ > *Refusing to upload file because key could not be validated."* > > > > Has anyone seen this issue before? This started after installing hotfix > build 10.1.3.342, I have also tried upgrading to build 10.1.2.365, but this > still isn't working? > > > > Cheers > > > > Mark > > -- > You received this message because you are subscribed to the Google Groups > "RedDot CMS Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/reddot-cms-users/-/FhmKBGiTxmEJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/reddot-cms-users?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "RedDot CMS Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/reddot-cms-users/-/36IrXqMZPe4J. > To post to this group, send email to [email protected]<javascript:> > . > To unsubscribe from this group, send email to > [email protected] <javascript:>. > For more options, visit this group at > http://groups.google.com/group/reddot-cms-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/reddot-cms-users/-/SwqFPww4HagJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
