how to upload 100mb file using .htaccess..

Answer Posted / danish

you have to overwrite php.ini's s settings in .htacess
upload_max_filesize 100M
php_value post_max_size 100M
php_value upload_max_filesize 100M

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is xss in php?

768


How to get no. of rows using MYSQL function?

783


Does php pass arrays by reference?

777


Tell me whether it is possible to share a single instance of a memcache between multiple php projects?

756


What is the use of print_r function in php?

719


Write down the code for save an uploaded file in php.

722


What are the common uses of php?

769


How to get the length of string?

769


How many types of php frameworks are there?

685


how to detect a mobile device using php

798


Tell me how is it possible to return a value from a function?

788


How is it possible to set an infinite execution time for php script?

741


Write a program in php to print a table of a number?

700


What are include() and require() functions?

716


What is difference between static and constant in php?

722