Hallo,
ich habe in meine page ein upload script eingebaut. dieses funktioniert in jedem browser, nur nicht im IE egal wie ich es mache. hier das script....
$file = $HTTP_GET_VARS[file];
$id = $HTTP_GET_VARS[id];
$description = $HTTP_GET_VARS[description];
$uploadid = $id;
if ($file_name == "")
^Poste mal bitte den Teil des Scripts, in dem Du einen Wert für $file_name zuweist.
viele Grüße
Axel