On Oct 15, 6:22 pm, ccpn <[EMAIL PROTECTED]> wrote:
> We are building a django site that involves uploading and processing
> of files. We have found that in some instances the server quits after
> starting the upload process, leaving us with a blank screen. The
> problem is that Django is not reporting any errors, and we have no
> clue what causes it. The problem occurs more frequently on a macbook
> pro than on our linux machines. It doesn't seem to depend on the file
> that is uploaded, but on the order in which files are uploaded.
>
> Anybody any clue?
What hosting mechanism are you using? Django development server,
Apache/mod_python, Apache/mod_wsgi, FASTCGI, something else?
Is your handler doing any processing of the file while it is being
uploaded? If yes, what is it doing and what third party Python modules
is it using to do it?
Graham
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---