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
Pointers cpp
2 Votes
Is pro worth the money ?
1 Votes
Drawing images in java
2 Votes
Coding for Cybersecurity
0 Votes