Q&A Discussions
<form method="POST" action="#">
18 Votes
8 AnswersWhat is <form action="">
2 Votes
3 AnswersForm action and input.
1 Vote
7 Answershtml 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 Votes
5 AnswersHot today
overloading operators << >>
1 Votes
how does this code function?
1 Votes
.
1 Votes
Wishkit alternative for android
1 Votes
.
0 Votes
Hi
0 Votes
Issue in code
0 Votes
My question is about python?
0 Votes
i need to learn Coding
0 Votes