Let me first say, I'm a Django noob and only recently picked up python last week after using Ruby on Rails for the past few months.

Here's what I want to Do :

I have 2 tables :

Cars
id
title
description

Images
id
car_id
image_url - stores the path to the image.


what i want do do.. is in a form allow say 5 images to be uploaded for a car item. How do i do that ?

Also I came across http://code.djangoproject.com/wiki/CustomUploadAndFilters
but I'm not sure as to how to use it.. and where to place the files..

can someone help me plz.. much thanks.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to