Hi thespasiankid,
That’s quite a large mp3 file? As long as your php’s upload_max_filesize value is high enough, you should be good to go.
150MB may take a few minutes to upload, so you’ll also want to update the maximum amount of time your php script can run:
find max_execution_time in your phpinfo file
To be on the safe side, you may also want to make sure your memory_limit value (shown in your phpinfo) file is larger than 150MB.
Either way, is something goes wrong, you should get an error message. Let us know what error you’re receiving and I’ll be happy to review further.