TCExam—File Manager
Unable to send the file

Solution:
Modify the settings in C:\Program Files\PHP\PHP.INI
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
; http://php.net/file-uploads
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; http://php.net/upload-tmp-dir
upload_tmp_dir =C:\WINDOWS\Temp
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 10M
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20
After php.ini file is modified, assign the MODIFY permission of c:\Windows\temp folder to the IIS 6 user: Sharepoint\TcExam
