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

Is overloading possible in php?

0 Answers  


What are php errors?

0 Answers  


i want the different aptitude questions on interview way

2 Answers  


How do you check if a variable has been set in php?

0 Answers  


What enctype is required for file uploads to work?

0 Answers  






What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?

0 Answers  


How do we get the current session id?

0 Answers  


Explain the difference between urlencode and urldecode?

0 Answers  


What is the exact Diff. between include_once() and require_once() in PHP?

12 Answers  


Will react hooks replace redux?

0 Answers  


How does cookies work in php?

0 Answers  


How would you impletement download and upload a file in php

2 Answers   A1 Technology,


Categories