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
Uploading Music Files
Moderator: General Moderators
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
Research link: http://php.net/manual/en/features.file-upload.php