What changes I have to do in php.ini file for file uploading?

Submitted by: Administrator
Make the following line uncomment like:
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = C:apache2triadtemp
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
Submitted by: Administrator

Read Online PHP Job Interview Questions And Answers