File "send_org.php"

Full path: /www/geye_t/send_org.php
File size: 325 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Back

<?php
print "<form enctype='multipart/form-data'  action='http://penta-02.ptgw.net/geye/recv.php' method='POST'>";
print "<input type='hidden' name='name' value='value'>";
print "アップロード: ";
print "<input name='userfile' type='file'>";
print "<input type='submit' value='ファイル送信'>";
print "</form>";

?>

PHP File Manager