12 Apr
2002
12 Apr
'02
5:45 p.m.
[John Hunter]
I am running a zope server on which I store a lot of 5+ MB files on the zope filesystem. When one of the users tried to upload a 28MB file today, she got a Error 28 insufficient space. There is sufficient space on both the data and root partitions that the zope server lives on, so I don't think that is the problem. Does the zope filesystem have size limits that are in the range of 30MB?
No. People have often run out of space on the drive or partition where temporary files are stored - the upload apparently is stored as a temporary file until it is complete. It could also be a limit the server imposes on individual users, but that doesn't seem to be reported very often. Cheers, Tom P