Q&A Discussies
<form method="POST" action="#">
18 Stemmen
8 Antwoorden<form action="/action_page.php">
0 Stemmen
1 AntwoordWhat is <form action="">
2 Stemmen
3 Antwoordenhtml 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 Stemmen
5 AntwoordenWha is the use of "jumptron"?
0 Stemmen
1 AntwoordPopulair vandaag
Decorators in python.
2 Votes
Need help
1 Votes
How to install Bcrypt here
1 Votes
Please click me
0 Votes
What is happening with sololearn
1 Votes
Programming language learning
0 Votes
Help
1 Votes
Object oriented programming
0 Votes