-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
> Take a look at how Form Preview works. You should be able to adapt > that to your above workflow: > http://www.djangoproject.com/documentation/form_preview/ Thanks , that looks exactly like what I need! I do not think however it is possible to use it with uploads as django/contrib/formtools/preview.py does not seem to bind the upload file to the form : def preview_post(self, request): "Validates the POST data. If valid, displays the preview page. Else, redisplays form." f = self.form(request.POST, auto_id=AUTO_ID) so validation always fails. There is also a warning in this file that preview_post is a METHOD SUBCLASSES SHOULDN'T OVERRIDE. Any idea why not and what to watch out for if I do Thanks for your help Ian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: http://getfiregpg.org iD8DBQFIf9MQZXia3Con1vcRAmm3AKCcETc9AugirLk1LolCnc3za6mY7gCfQyyr Pq3WR6yH9MvkvuASswHB0Sk= =944Y -----END PGP SIGNATURE----- -- http://ianlawrence.info --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---