Interviewer And Interviewee Guide

PHP Interview Question:

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
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.