Peda wrote:
> I want to upload some file to my web site.
>
> The upload_single.php script is just this:> <?php
>     $ime = $_FILES["thefile"]["name"];
>  print ($ime);
>
> I just want for begining to print the name of file.
> But It doesn't work.

did you look what comes from your form? try:
var_export($_FILES);



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to