Tuesday, November 28, 2017

Re: FileField - not stored to disk when using mod_wsgi?

Alright... so what I suspect is happening is this is a direct result of your usage of /tmp as an upload location.

/tmp is for temporary files, and its very possible Apache is cleaning up those files created through its process when you terminate the server.  

I would create a different folder path and use that.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/927d63ba-c181-4644-ac62-4af05d1e2248%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment