Support instructed me to install the latest version of Flash. Did that and still didn't work. So they directed me to this thread and the only option I see here is to disable the Flash upload. However if you do that then you can't do multi-file uploads.
The product page very clearly states that it works with IE6+.
I was getting the same error on my ASP.net version. I turned off the flash uploader and thats when i got the following error. “Maximum request length exceeded”. When i goggled that, i found the issue was in my webconfig i needed to add the following code:
<httpRuntime maxRequestLength="102400" />
Once added the issue went away. http://msdn.microsoft.com/en-us/library/e1f13641%28v=VS.100%29.aspx
Re: Error #2038 when uploading
Re: Error #2038 when uploading
CKFinder 2.2 HTML5 uploads
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Error #2038 when uploading
it was well worth the wait...
I just wish that CKsource was more open about this issue instead of just blaming adobe...
Re: Error #2038 when uploading
Re: Error #2038 when uploading
Re: Error #2038 when uploading
Support instructed me to install the latest version of Flash. Did that and still didn't work. So they directed me to this thread and the only option I see here is to disable the Flash upload. However if you do that then you can't do multi-file uploads.
The product page very clearly states that it works with IE6+.
Has anyone found a solution for this?
Resolution
I was getting the same error on my ASP.net version. I turned off the flash uploader and thats when i got the following error. “Maximum request length exceeded”. When i goggled that, i found the issue was in my webconfig i needed to add the following code:
<httpRuntime maxRequestLength="102400" />
Once added the issue went away. http://msdn.microsoft.com/en-us/library/e1f13641%28v=VS.100%29.aspx