1

Topic: IE Internet Explorer upload form invalid character plupload undefined

Hello,

I've got a little problem with IE upload in MCImageManager
Indeed I've got a pretty new version : mcimagemanager .net 3.1.5
and form for uploading picture don't appear on IE.

Here is a screenshot of the IE developper tools hanging on the exception.
http://famille-dupont.com/Store/MCImage … ssueIE.PNG

I don't know if it can be of any use.

Kind regards

David

Last edited by infoit (2012-06-01 11:00:27)

2

Re: IE Internet Explorer upload form invalid character plupload undefined

I'm starting to be used solving issues myself :-)

The problem was related to the first line in the following file :
/pages/im/js/plupload/plupload.full.min.js

Just modify the following :
/*@@version@@*/
to
/* @@version@@ */

Hope it will save time to someone else.

3

Re: IE Internet Explorer upload form invalid character plupload undefined

Weird I guess it tries to parse those as IE conditional comments. Will be fixed in the next release.

Best regards,
Spocke - Main developer of TinyMCE

4

Re: IE Internet Explorer upload form invalid character plupload undefined

Great news and glad to bring some feedback on that great product.
Can't wait until the V4 :-)