Answers

Question and Answer:

  Home  PHP

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

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

 153 views

More Questions for you: