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 |
What software is required for php?
What is the difference between pop3 IMAP and MAPI?
Is php procedural or oop?
How do you use an array in excel?
What is the content of /etc directory?
How can we destroy the cookie?
What are the differences between php constants and variables?
What are the features and advantages of object-oriented programming?
How to create a session? How to set a value in session? How to remove data from a session?
How can I display text with a php script?
Why do we use inheritance in php?
How to call a php function from html button?