Re: giving download links

2011-06-30 Thread Jason
Actually, to serve the media you'll want to use any normal web server such as Apache or Lighttpd. In other words, Django has nothing to do with serving up those files. The Django application only provides a means for users to upload to the media folder. The media folder has to be configured

Re: giving download links

2011-06-28 Thread Herman Schistad
On Tue, Jun 28, 2011 at 05:20, raj wrote: > I allow a user to upload a file, how do I now allow them to download > this file? I looked at the "serving static files" thing in the > djangoproject, but they said it causes security flaws or something. > Can someone help me? I

giving download links

2011-06-27 Thread raj
I allow a user to upload a file, how do I now allow them to download this file? I looked at the "serving static files" thing in the djangoproject, but they said it causes security flaws or something. Can someone help me? I couldn't find good information on google. Thank you. -- You received this