I've spent a somewhat decent (frustrated) amount  of time trying to
figure out image uploading myself.

The largest chunk of it can be explained via the Manipulator document
at Django's website: http://www.djangoproject.com/documentation/forms/
(there is a specific section for images and files, ImageField and
FileField).

Its pretty straightforward overall, but there are A LOT of
complications involving serving files and getting the correct path to
link them.  I just finished an image upload setup myself, but it
involves quite a few unsavory practices when it comes to displaying
the images themselves.

There are a lot posts on this django group about the subject, but none
offer any real concrete data that helped me out as much as I hoped
they would.  The link above should give you a good start and i'll be
happy to help with any questions you get along the way.

On Feb 25, 10:43 am, "Hubi" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I would like to know how to do the files upload in Django?
>
> Could you show me some sources or tutorials?
>
> Thanks in advance
> Hubi


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to