Upload file not working on Apache
The upload does not happen when i call the php page from localhost via web browser.
This is a part of php.ini about file uploads
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload tmpdir =
Or is it up to Apache configuration?
Mac OS X (10.4.3)