Trygves filopplasting!

' .$_SESSION['filename'] . '
Hmmmm... Her var det visst noe som gikk galt.
'; $bannedMSG = '
' . $_SESSION['filename'] . '
Denne filtypen er forbudt!
'; if($_SESSION['fileupload-response'] == "success") { $successMSG = '
' . $_SESSION['filename'] . '
' . $_SESSION['linkData'] . '
'; echo($successMSG); } elseif ($_SESSION['fileupload-response'] == "failed") { echo($errorMSG); } elseif ($_SESSION['fileupload-response'] == "banned") { echo($bannedMSG); } session_destroy(); } ?>