upload mp3
Posted: Sun Oct 13, 2002 9:26 pm
I will want make a site on which upload .mp3 files.
But on hosting there is a restriction on upload (upload_max_filesize - > 2M 2M).
Therefore files of the greater size are not accepted. The access to php.ini is not present.
Whether there is an opportunity to organize upload under such circumstances?
Whether if I shall receive access to php.ini and I shall correct value variable upload_max_filesize on 10Mb I can upload files of such size?
Is in PHP absolute restriction on the size of a file at upload?
But on hosting there is a restriction on upload (upload_max_filesize - > 2M 2M).
Therefore files of the greater size are not accepted. The access to php.ini is not present.
Whether there is an opportunity to organize upload under such circumstances?
Whether if I shall receive access to php.ini and I shall correct value variable upload_max_filesize on 10Mb I can upload files of such size?
Is in PHP absolute restriction on the size of a file at upload?