how to upload 100mb file using .htaccess..
Answers were Sorted based on User's Feedback
Answer / rakesh kumar nautiyal
define the max file size in .htaccess file as 100MB
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / 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 |
Which is faster for or foreach?
How do I see how many pages per session in google analytics?
What are the reasons for selecting lamp (linux, apache, mysql, PHP) instead of combination of other software programmes, servers and operating systems?
How to redirect https to http url and vice versa in .htaccess?
What is the difference between indexed and associative array?
How many types of arrays are there in php?
What is difference between md5 and SHA256?
How do you compare strings in java?
Tell me is it possible to remove the html tags from data?
How many ways I can redirect a PHP page?
9 Answers MicroSec, N-Tier Business Solutions, University Exams,
How does api connect to database?
How do you use end in python?