Page 1 of 1

Uploading Music Files

Posted: Wed Mar 17, 2004 12:07 am
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

Posted: Wed Mar 17, 2004 1:29 am
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