php ubuntu 10.10 messed up?

Creq Du Freak

New member
i was ussing ubuntu 10.04 then i upgraded it to 10.10
i have installed LAMP server on ubuntu

scripts are running fine
but i am having problem in uploading files

here is my input form
<html>
<body>
<form action="tmp.php" method="post"
enctype="multipart/form*-data">
<label for="file">Filename:</label>
<input type="file" name="file" id="file" />
<br />
<input type="submit" name="file" value="file" />
</form>
</body>
</html>


here is tmp.php
<?php

var_dump($_FILES);


?>

and oputput is

array(0) { }

plz help
or suggest me any free os for this purpose

i am in urgent need
 
Back
Top