HI,
I am trying to upload the music mp3 files with php script. but it seems that my server can't upload the large files from above to 2MB. is there is any solution to upload large files. I also try to put following to my .htaccess files,

php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200

but it cause an erroe that page cannot found. Is there another way to upload large files?
Any one please helop me.

Recommended Answers

All 3 Replies

ftp upload script ?

I guess if there are limit in the hoster u cant change it, im not pro but i didnt find anyway before

Check the php.ini by writing the following code:-

<?php
phpinfo();
?>

If the size is still 2Mb then u r not able to do it properly....
Better go to php.ini file and from there just change the upload_max_filesize to 20MB.....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.