Reputation: 17077
Like the title suggested, I want to implement a two-steps picture uploading mechanism.
What's a good way to implement this? What are some of the apps out there that might be able to help me? Thanks.
Upvotes: 0
Views: 981
Reputation: 53839
I would suggest either rolling your own (you might find it surprisingly easy, start with reading the docs on forms) or customizing django-photologue or django-filebrowser.
Upvotes: 1