On Mon, May 3, 2010 at 12:02 PM, Wiiboy <[email protected]> wrote: > What would be the best workaround (or is there one)? > Perhaps overriding FormWizard.process_step()?
The only obvious workaround I can think of is to treat the N-form wizard problem as a (N-1) form wizard, plus 1 normal form that handles file uploads. You might be able to cobble something together with process_step(), but that's about the limit of the advice I can provide on that front. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

