Discussions Q&R
What is <form action="">
2 Votes
3 RéponsesForm action and input.
1 Vote
7 Réponseshtml page
<form action="upload.PHP" enctype="multipart/form-data" method="post">
<input type =file name=kk>
<input type=submit>
</submit>
PHP page
upload.PHP
<?PHP
$file=trim($_FILES['kk']['name'];
if(move_uploaded_file($_FILES['kk']['temp_name'],$folder.$file))
{
echo"<h1>file uploaded";
}
else{echo"<h1>not";}
?>
0 Vote
5 RéponsesAujourd'hui en vedette
Text editor
0 Votes
Debugging issue?
0 Votes
how to view only application
0 Votes
If very confusing
0 Votes
Arduino
2 Votes
I’m really confused
0 Votes
Scraping
0 Votes
Stream
0 Votes