Uploading Music Files

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!

Moderator: General Moderators

Post Reply
vivekjain
Forum Commoner
Posts: 76
Joined: Thu Jan 08, 2004 12:38 am

Uploading Music Files

Post by vivekjain »

Hi,
I would like to know if I can upload files of any size using PHP? The files would be music files like mp3 etc. Is there any restriction on file size or file type. Thanks
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Yes, you can. And there is limits set within php.ini but you can change that if you have access to that file. Usually it's set to something that allows for anything most people would require, such as 50 MB or so.

Research link: http://php.net/manual/en/features.file-upload.php
Post Reply