Re: Need to upload outside of MEDIA_ROOT, but I get SuspiciousOperation error

2009-06-23 Thread Nick Day
That worked, 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

Re: Need to upload outside of MEDIA_ROOT, but I get SuspiciousOperation error

2009-06-22 Thread patrick
Have you tried creating a symbolic link from within the MEDIA_ROOT to the directory you want to use? On Jun 22, 5:04 pm, Nick wrote: > Hi, > > I need to be able to upload using the admin interface to outside of > MEDIA_ROOT.  For example, my MEDIA_ROOT is "/home/site.com/media/"

Need to upload outside of MEDIA_ROOT, but I get SuspiciousOperation error

2009-06-22 Thread Nick
Hi, I need to be able to upload using the admin interface to outside of MEDIA_ROOT. For example, my MEDIA_ROOT is "/home/site.com/media/" but I want to upload to "/home/uploads/". Whenever I try to do this by setting an absolute upload path I get a SuspiciousOperation error. I'd like to do