On Sun, Jun 17, 2012 at 12:36 PM, Kurtis Mullins <[email protected]> wrote: >> On Sun, Jun 17, 2012 at 2:33 AM, Satvir >> Toor <[email protected]> wrote:
> Make sure you set up the Form enctype correctly. (<form > ... enctype="multipart/form-data">) I did it. Problem solved. Thanx Sir. >> MEDIA_ROOT = >> '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/media/' Now, I set my setting.py as MEDIA_ROOT='/home/toor/media/' >setup your front-end httpd server to serve the files from this directory as >well. Please tell me how to setup httpd sever to serve the files from this directory. The images are stored into a folder and their paths which are relative to MEDIA_ROOT are being store into table. Please help me take the images back into database. -- Satvir Kaur satveerkaur.blogspot.in -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

