Hallo
I m trying to upload images but the image name has space like 'a b.gif' the problem is its not displaying the image
how can i solve this problem
Your trying to upload a image that has a space?
Um, cant you just take the space out?
i can but i need to use space in the file name
make sure your form has the right encoding, otherwise the files are not visable in php
<form action="blah.php" method="post" enctype="multipart/form-data" name="form1"> ... </form>