In article <005501c19d41$28521e70$fe78a8c0@laptop>,
 [EMAIL PROTECTED] (Helmut Ott) wrote:

> I have a page with a html-form headed with 
> ...ENCTYPE="multipart/form-data" ...
> 
> and multiple inputs,e.g.:
> "<input type=file name=formname1>..."
> If I select a file,e.g. "abc.jpg" with the path "c:\abc.jpg"
> I get a value like "345php.tmp" instead of "c:\abc.jpg".

That's the temporary filename. 
<http://www.php.net/manual/en/features.file-upload.php> gives an overview 
of how file uploads are handled by PHP.

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to