Sorry, just figured out what the issue was. I am running multiple sites in
one gunicorn process and as a result, some logic (probably mine :) ) is
preventing uploads from any other domain other than the root domain.
Thanks
On Wednesday, August 22, 2012 6:05:37 AM UTC-4, Osiloke Emoekpere wrote:
> Hi there,
> I would really appreciate it if someone could help me with this. I can
> upload files when running off of the django built in server but not my
> Nginx/Gunicorn Server.
> I can create folders so it is not a permission error. I have a feeling it
> has to do with filebrowser.
> Please help