Sandra: move_uploaded_file funktioniert im IE nicht

Beitrag lesen

Hallo!

Schau dir mal das nach dem Komma(,) an... da fehlen Anführungszeichen.

Keine Ahnung was da passiert ist, aber in der Datei steht es richtig:
move_uploaded_file($_FILES['logo']['tmp_name'],"./data/".$_POST['logo_name']);

Was sagt error_reporting?

Warning: move_uploaded_file(./data/) [function.move-uploaded-file]: failed to open stream: Is a directory in /homepages/41/d189182138/htdocs/profil.php on line 32

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpiR2E8o' to './data/' in /homepages/41/d189182138/htdocs/profil.php on line 32

Ich bin ernsthaft verwirrt...