Posted by Shelly on 07/10/05 03:30
I have the following test for uploading audio files: if (strncmp($_FILES['filename']['type'],"audio", 5)) { I can successfully upload a "*.mid" file, but it fails on a "*.mp3" file. Since the "*.mp3" is an audio file, why does it fail? Shelly
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming