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 |
What is a static variable in php?
What is a PHP Filter?
What are the different methods of passing data or information between two calls of a web page? What are the advantages/disadvantages of these methods?
When should you use a stored procedure?
What is constructor and destructor?
how to open & closing opening period in fico
What is active record in php?
How to change the principal password?
How to create a session? How to remove data from a session?
/temp is a type of filesystem directory. State Whether True or False?
How to write a program to make chess?
How do you call a constructor for a parent class?