Re: files managing

2011-06-07 Thread Mateusz Marzantowicz
On Tue, Jun 7, 2011 at 5:15 AM, pankaj sharma wrote:

> hello everyone, i need some help;
> i want the users to download some files.. {say photos}
> and what setting do i have to take care using FileField. where all
> these photos will be stored and how can user download the photos
>
> --
> 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.
>
>
Please read Django documentation first and then describe your problem.

* https://docs.djangoproject.com/en/dev/topics/http/file-uploads/
* https://docs.djangoproject.com/en/dev/ref/models/fields/#filefield


Regards,
Mateusz

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



files managing

2011-06-06 Thread pankaj sharma
hello everyone, i need some help;
i want the users to download some files.. {say photos}
and what setting do i have to take care using FileField. where all
these photos will be stored and how can user download the photos

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