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 php 5 support exceptions?

0 Answers  


What is csrf cookie?

0 Answers  


How to take a substring from a given string?

0 Answers  


Does not want to see PHPSESSID in the url. How can be done this ?

3 Answers  


How do I see how many pages per session in google analytics?

0 Answers  






How to test if a variable is an array?

0 Answers  


How can I check if a value is already in an array?

3 Answers   Rushmore Consultancy,


Can a super () and this () keywords be in same constructor?

0 Answers  


How can we get second of the current time using date function?

2 Answers   FD, IBM,


What are the different types of statements that are present in php?

0 Answers  


Which is the correct way to check if a session has already been started ?

0 Answers  


i am a php programmer can i be a java programmer?

3 Answers  


Categories