Users need to include an image of a molecular structure in a project I'm building. These are small enough that I could limit the size without restricting functionality. The image needs to be printed out for a report.
What is the best approach? I have implemented a TinyMCE-lite HTMLField which accepts a pasted image and in other systems I have used a Django ImageField for uploading. ImageField is obviously easier on database size but pasting is easier on the users. I'm keen to make the UI easier (by pasting) but I worry it is a vulnerability if abused. Thanks for any advice Cheers Mike -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6df3667e-f9cf-eab2-acab-b3e415af1969%40dewhirst.com.au.

