This topic is locked

Uploading mp3 files

4/8/2008 12:53:48 PM
PHPRunner General questions
B
billteale author

Hi there,
I have set up a page to upload a set of mp3 files to a certain location, which I then use to populate a realplayer ram file on the eventual end page.
There are two pages, one that uploads photos, which works really well, and one that is designed to upload mp3 files, which does not work.
The page will upload audio files with the extension ".rm" - but will not upload files with teh extension ".mp3" - is there somehting I am missing?

Sergey Kornilov admin 4/8/2008

What exactly happens when you upload MP3 file?
First thing to check - max upload file size in PHP settings on the web server.

B
billteale author 4/9/2008

What exactly happens when you upload MP3 file?

First thing to check - max upload file size in PHP settings on the web server.


Absolutely spot on - thanks for that! I have increased the file upload size, and it works perfect!

A
artistscope 4/10/2008

I am having a similar problem and it seems to be related to file size. I am using Windows 2003 server with Frontpage extensions and have modified the allowed file extensions in both commonfunctions.asp and *_list_aspfunctions.asp to allow .doc., .pdf, and .exe but the error that I get...
Request object error 'ASP 0104 : 80004005'

Operation not Allowed
When I upload a small PDF it's ok, but when I upload a PDF of 800K or more I get the error message.
What else could be governing upload size or file type?

A
artistscope 4/10/2008

I am having a similar problem and it seems to be related to file size.


Ok, found the info to solve the problem...
http://www.banmanpro.com/support2/File_Upload_limits.asp