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
What is a simple php method to make a cross domain data request?
How many different types of messages available in php?
When to use single quotes, double quotes, and backticks?
How do I use isdigit function?
What are the differences between php constants and variables?
Which programming language does php resemble to?
Write a program in php to find the occurrence of a word in a string?
Explain some most commonly use string functions in php?
What is the use of mysql_real_escape_string in php?
What is session and Cokkies . How it works . tell some thing about Session_id()
What are PHP Magic Methods/Functions. List them.
How to convert a character to an ascii value?
What is final in php?
What is the use of strip_tags() method?
What exactly is validating and sanitizing?