We are building a Django site that involves multiple file uploads, that are processed by separate python scripts. We have noticed that sometimes after clicking a submit button for uploading files the server quits without reporting an error and the screen goes blank. The problem is not in the files that we upload, since uploading files in a different order seems to by pass the problem. Also, on a macbook pro, the problem occurs more often than on linux machines. The problem was also noticed after a simple submit button click that interacts with underlying scripts and renders some information returned by those scripts.
Anybody a clue? It is a rather serious issue for us and having no error messages leaves us wondering where this could come from Thanks a lot, Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

