file uploads

file uploads

by Nick Fisher -
Number of replies: 1
i'm still having troubles with uploading files. I go to upload a file, and click the submit button and then nothing happens. The page refreshes but no files appear in the folder. I can create folders and subfolders easy enough, but i just can't upload.
Sometimes it will give the message "File_Uploads is not turned on", but i've checked the phpinfo() on my site and it definitely IS on.
Can anyone help?
Average of ratings: -
In reply to Nick Fisher

Re: file uploads

by Nick Fisher -
Ok I'm really confused. I've looked at my phpinfo() for the root httpdocs folder on my server and it lists file_uploads as ON. When I looked at the phpinfo() in the moodle root folder, file_uploads is OFF. This made me think that there must be something wrong with my .htaccess file.

--- httpdocs/moodle/.htaccess ---
php_flag magic_quotes_gpc 1
php_flag magic_quotes_runtime 0
php_flag file_uploads 1
php_flag short_open_tag 1
php_flag session.auto_start 0
php_flag session.bug_compat_warn 0
---------------------------------

is there anything else that could be affecting that configuration?

here are my phpinfo files:
http://207.44.207.137/moodle/info.php
http://207.44.207.137/info.php

any help would be greatly appreciated.