I have simple model:
class Entry(models.Model):
...
body = models.TextField()
...

And i use rich-editor like TinyMCE or FCKEditor etc in admin-interface.
for edit a field "body"
I need functionality of uploading images for user's computer to this
editor directly.
I understand that decision depends on chosen editor and that i need
some server-side code.

May be someone dials with this problem and have ready-made solution


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to