views:

36

answers:

0

I need to create a Django FormWizard asking for the user personal data in the first step and for an image in the next step(there are more steps asking for personal data later). I can store all the data in the database except the ImageFields

I read this http://code.djangoproject.com/ticket/7439 , I apply the suggested patch to my django installation and it doesnt work :(

Any idea how to solve this?