I have a problem with form wizard, I have a form wizard with 3 steps. In step 2, user uploaded several files. In step 3, send the data to the database. I can save files in server in step 2, but if user does not finish the form then files will remain on the server for free.Therefore I should not save files in step 2 but at done () Unfortunately I cannot reach all files in done () method. How can I solve it, you have a solution for it.
-- 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/96dd0e73-a4fc-4ec0-b992-f258cc2ded16%40googlegroups.com.

