; 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 = "D:\Inetpub\WebIssues\upload"
; 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
I have another question, i can't send emails notifications. This is my cron.log. I never recibed an email.
[2009-12-15 10:35:36, 192.168.1.106]
Cron task started
Cron task completed successfully
[2009-12-16 08:24:31, 192.168.1.106]
Cron task started
[2009-12-16 08:30:21, 192.168.1.106]
Cron task started
[2009-12-16 08:40:44, 192.168.1.106]
Cron task started
It looks like a problem with upload_tmp_dir in your php.ini.
Regards,
Michał
This si my Upload section from 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 = "D:\Inetpub\WebIssues\upload"
; 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
I have another question, i can't send emails notifications. This is my cron.log. I never recibed an email.
[2009-12-15 10:35:36, 192.168.1.106]
Cron task started
Cron task completed successfully
[2009-12-16 08:24:31, 192.168.1.106]
Cron task started
[2009-12-16 08:30:21, 192.168.1.106]
Cron task started
[2009-12-16 08:40:44, 192.168.1.106]
Cron task started