Re: IOError with files uploads bigger than 2.5 MB

2008-07-14 Thread Ramiro Morales
On Mon, Jul 14, 2008 at 1:19 PM, tom <[EMAIL PROTECTED]> wrote: > > I am running on this version: > Revision: 7920 > Node Kind: directory > Schedule: normal > Last Changed Author: russellm > Last Changed Rev: 7917 > Try applying the [1]tempfile3.diff patch attached to ticket [2]7658 but it is a b

Re: IOError with files uploads bigger than 2.5 MB

2008-07-14 Thread tom
I am running on this version: Revision: 7920 Node Kind: directory Schedule: normal Last Changed Author: russellm Last Changed Rev: 7917 On 14 Jul., 16:14, "Ramiro Morales" <[EMAIL PROTECTED]> wrote: > On Sun, Jul 13, 2008 at 10:48 PM, tom <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I have a probl

Re: IOError with files uploads bigger than 2.5 MB

2008-07-14 Thread Ramiro Morales
On Sun, Jul 13, 2008 at 10:48 PM, tom <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a problem with file uploads which are bigger than 2.5 MBs. When > I use files which are smaller than 2.5 MBs, the files save as > expected. As soon as they are bigger than that, I get an IOError (see > traceback fu

Re: IOError with files uploads bigger than 2.5 MB

2008-07-14 Thread tom
Yes, I get the same error message. I tried it with a different directory within the homedir of the user who is running the server and also with the temp directory and even without any setting. Either on Linux or on Max OSX. I also tried to run the server with sudo and I also tried to write into th

Re: IOError with files uploads bigger than 2.5 MB

2008-07-14 Thread Julien Phalip
Do you also get a 'No such file or directory' error when using the FILE_UPLOAD_TEMP_DIR setting, or do you get a different error? On Jul 14, 5:34 pm, tom <[EMAIL PROTECTED]> wrote: > hi, > > i have done that. I am running the server with the runserver command. > I tried also different directories

Re: IOError with files uploads bigger than 2.5 MB

2008-07-14 Thread tom
hi, i have done that. I am running the server with the runserver command. I tried also different directories using the FILE_UPLOAD_TEMP_DIR without any change. This behaviour is reproducable on different servers and come up with upgrading to the latest revision of the django branch. It has been w

Re: IOError with files uploads bigger than 2.5 MB

2008-07-13 Thread Julien Phalip
Looks like apache does not have write access to that directory. Try setting a different directory where Apache will have appropriate access, use the FILE_UPLOAD_TEMP_DIR setting for that. On Jul 14, 11:48 am, tom <[EMAIL PROTECTED]> wrote: > Hi, > > I have a problem with file uploads which are bi

IOError with files uploads bigger than 2.5 MB

2008-07-13 Thread tom
Hi, I have a problem with file uploads which are bigger than 2.5 MBs. When I use files which are smaller than 2.5 MBs, the files save as expected. As soon as they are bigger than that, I get an IOError (see traceback further down). I have checked that i have write and delete permissions on this d