An arcane question regarding the custom version of Apache 1.3 included with OS X Server 10.4: when submitting a form including a file upload, I presume the file gets spooled into a temporary location on the server while it's being uploaded, correct? So, where is it (or how can I find out)?
The thing is, I've been trying to write an "upload progress meter" for a CGI script, but it's not working -- there's something about this customized version of apache that prevents any of my CGI script's code from being executed until after the upload has completed (I have a similar CGI script with a progress meter running on a plain-OS X Mac mini at home, and it works just fine). So I figure a workaround would be to have a separate script monitor the size of temporary file on disk. But where the hell is the bugger...
The thing is, I've been trying to write an "upload progress meter" for a CGI script, but it's not working -- there's something about this customized version of apache that prevents any of my CGI script's code from being executed until after the upload has completed (I have a similar CGI script with a progress meter running on a plain-OS X Mac mini at home, and it works just fine). So I figure a workaround would be to have a separate script monitor the size of temporary file on disk. But where the hell is the bugger...