Dyskusje Q&A
<form method="POST" action="#">
18 głosów
8 odpowiedziWhat is <form action="">
2 głosów
3 odpowiedzihtml 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 głosów
5 odpowiedziWha is the use of "jumptron"?
0 głosów
1 OdpowiedźPopularne dzisiaj
Loops and conditions
2 Votes
photo upload issue in html code
0 Votes
app for lessons
1 Votes
Rise of AI
1 Votes
Need a personal tutor
0 Votes
Community and feed option
0 Votes