I have now spend 5 solid days trying to get any WYSIWYG editor with an
image upload working in django with no success.  Current status:

YUI - works in Firefox/Mac not in IE.  The image upload is happening
but the response is being interpretted by IE as a download so control
does not return to javascript.  I have tried every possible
combination of mime types and it works fine when called from PHP so my
conclusion is that django is doing something slightly different but it
is beyond me to solve that one.

django-filebrowser - works fine in Firefox/Mac but not in IE.  Refuses
to call the image upload javascript at all and displays and error but
does not condescend to say which script the error is in, making
debugging somewhat difficult especially as I don't have IE!

Are there any other alternatives?

If I can't get this functionality working for the two sites that are
all ready to go live but for this, I am going to have to go back to
PHP as this is an essential requirement for these sites and many
others.

This must be solveable!!!

Any suggestions very welcome at this stage.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to