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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a simple php method to make a cross domain data request?

1001


How many different types of messages available in php?

993


When to use single quotes, double quotes, and backticks?

974


How do I use isdigit function?

1048


What are the differences between php constants and variables?

1120


Which programming language does php resemble to?

1009


Write a program in php to find the occurrence of a word in a string?

1068


Explain some most commonly use string functions in php?

995


What is the use of mysql_real_escape_string in php?

891


What is session and Cokkies . How it works . tell some thing about Session_id()

1935


What are PHP Magic Methods/Functions. List them.

1049


How to convert a character to an ascii value?

1091


What is final in php?

1077


What is the use of strip_tags() method?

931


What exactly is validating and sanitizing?

1014