You are not logged in.

#1 2012-06-07 19:42:02

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Apache httpd: Can't POST a file greater than ~260MB

So here's a weird problem.  I have a form that POSTs files.  While it's uploading (and I'm runing "watch -n 'ls -lh /tmp'"), when the file hits about 260MB, it vanishes.  On the client/browser-side, the file continues to "upload" until it's finished regardless.  Files under this bizarre 260MB limit POST as they should.

I thought this was a PHP problem, but I saved my rendered site as a static .html file and it has the same behavior.  LimitRequestBody is not set on any <Directory> tags so it's defaulted to 0 (unlimited).  If I set it anyway, same issue.  There's ~3G of free space on the server (a virtual machine, if you're curious).

Any ideas?  I'm stumped.

Offline

#2 2012-06-09 12:37:22

roobie
Member
Registered: 2011-07-19
Posts: 10

Re: Apache httpd: Can't POST a file greater than ~260MB

How large is your /tmp?

/R


"Experience is something you don't get until just after you need it." -- Olivier

Offline

Board footer

Powered by FluxBB