[PHP-users 6550] Re: はじめまして。
hajime
php-users@php.gr.jp
Sat, 30 Mar 2002 18:40:29 +0900
hajimeです。
みなさん、どうもありがとうございました。
※GUUさん、名前間違えてすいません。
結局以下のソースで出来るようになりました。
(※「upload.html」のソースはそのまま[PHP-users 6538]です。)
<?php
header("Content-type: text/html; charset=euc-jp");
?>
<html><head><title>upload</title></head>
<body>
<?php
echo("$userfile_name");
copy($userfile , "$userfile_name");
print("<img src=\"$userfile_name\">");
?>
</body>
</html>
GUUさんの教えてくれた方法や、
Kenjiさんのmove_update_file 関数についても
検討してみます。
どうも、ありがとうございました。
助かりました。
hajime
hajime@ruru.ne.jp