Howdy, I've created a form that allows a user to post images to the server. Once the images are posted, I am saving them to disc, and if there are any errors, I return the form with the errors in them, and thumbnails of the successfully uploaded pictures.
If they are unsuccessful when they post again, I need to still know what images they have already successfully uploaded (so I can still display their thumbnails. I'm guessing that hidden fields in the form might be a good way to tell which images they've uploaded, or perhaps saving the information in session variables, and clearing these when I receive a get rather than a post. I'm interested to hear what method other django users might prefer? --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---