>I'm currently locked in a battle with PHP and file uploads. I've >searched the list to no avail. I actually found a guy with the same >problem who ended up using perl to make this work. I'm trying to avoid >that. > >The problem is, I'm dealing with huge POST uploads (100+ mb). And
Ye Gods! I don't think HTTP POST upload is going to be reliable for *that* size files, no matter *what* you do... Give them an FTP account or something. At least FTP can be "continued" (assuming the server/client are configured properly and current) when they lose their connection after 95MB... HTTP POST can't be "continued", last I checked... At least not on most systems. -- Like Music? http://l-i-e.com/artists.htm I'm looking for a PRO QUALITY two-input sound card supported by Linux (any major distro). Need to record live events (mixed already) to stereo CD-quality. Soundcard Recommendations? Software to handle the recording? Don't need fancy mixer stuff. Zero (0) post-production time. Just raw PCM/WAV/AIFF 16+ bit, 44.1KHz, Stereo audio-to-disk. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php