J. Bakshi wrote:
On Mon, 18 Jan 2010 12:03:36 +0100
"Marcin 'Rambo' Roguski" <ra...@id.uw.edu.pl> wrote:

OP posted the script that "checks" MIME type of POST attachment, but I
have a hunch the web server doesn't have write access to the temporary
upload directory specified in php.ini. Hints to that are that php
isn't setting the size of uploaded file in HTTP_POST_FILES.

php.ini

;;;;;;;;;;;;;;;;
; 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_tmp_dir = "/tmp"

; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
--------------------------------------
and the permission setting is

drwxrwxrwt 42 root root 2256 2010-01-18 16:21 /tmp


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

This is not the appropriate support list for php. Please move this discussion elsewhere.

Frank.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to