Hello, all

I'm a newbie in django, and I have a problem with uploading files in
django admin
after submitting a form with FileField or ImageField, if a file is
bigger than ~100KB, my browser tell me "sending a request..." and then
nothing happens. and nothing happens on the server side
FILE_UPLOAD_MAX_MEMORY_SIZE and other file uploading settings are
default
permissions on /tmp directory is 0777 (anyway, that problem persists
even if django is running under root)

when using a file-upload forms in my own pages under django, all works
good, with any file size

what can I do to solve this problem?

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.


Reply via email to