Hi!
Wonder why I don't get the type parameter when I try to upload a file. This is what I get:
Array
(
[name] => mailing_list.sql
[type] =>
[tmp_name] => /tmp/php4DfTjV
[size] => 27005
)
However, on another server I tested the upload script, everything works fine. I have set ENCTYPE to multipart/form-data in my form. My best guess is that something is not right in php.ini file, but I can not figure what.
Please, help
Bye