Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


where to change in php.ini file for file uploading?



where to change in php.ini file for file uploading?..

Answer / debraj roy

You can call the phpinfo() function to find the location of
your php.ini file, it will also tell you the current values
for the following settings that we need to modify

1.file_uploads
2.upload_max_filesize
3.max_input_time
4.memory_limit
5.max_execution_time
6.post_max_size

Is This Answer Correct ?    16 Yes 1 No

Post New Answer

More PHP Interview Questions

does current version of mysql (myisam) supports foreign keys ?

2 Answers  


Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query

9 Answers   Cybercom, TCS,


Tell me is it possible to protect special characters in a query string?

0 Answers  


Is the cookies are available on cross domain?

2 Answers  


where do we use htaccess?

0 Answers  


How to download files from an external server with code in php?

0 Answers  


What is a query give example?

0 Answers  


What are form input html tags?

0 Answers  


What is the difference between substr() and strstr()?

0 Answers  


Is php good for career?

0 Answers  


How to find the position of the first occurrence of a substring in a string?

0 Answers  


What are the different functions in sorting an array?

1 Answers  


Categories