PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am having trouble with uploading MP3 files using the following code....any smaller MP3 files seem to work, and it always makes the m3u for me, but for some reason on any bigger mp3 files 3meg+ it uploads for a while, creates the m3u but the mp3 does not show up. Is there some sort of time out limitation or does someone have a better way for me to do this? Any help would be greatly appreciated.
well there is the max_upload_size in your php.ini file and there is also somtin that is a auto time out setting so like after 4 minutes of continuous use it just stopps. check on both of those