Piczo

Log in!
Stay Signed In
Do you want to access your site more quickly on this computer? Check this box, and your username and password will be remembered for two weeks. Click logout to turn this off.

Stay Safe
Do not check this box if you are using a public computer. You don't want anyone seeing your personal info or messing with your site.
Ok, I got it
Back To Home Page
***Asculta online***
<?php if(isset($_POST['submit'])) { $uploadpath = "upload/"; //modifica aici directorul de upload $uploadpath = $uploadpath . basename( $_FILES['imgfile']['name']); if(move_uploaded_file($_FILES['imgfile']['tmp_name'], $uploadpath)) { echo"Fisier: ". basename( $_FILES['imgfile']['name']). "has been uploaded Other Details:"; echo"Tip: ". $_FILES['imgfile']['type'] .""; echo"Marime (Bytes): ". $_FILES['imgfile']['size'] .""; echo"Nume: ". $_FILES['imgfile']['name'] .""; } else { echo "Eroare la urcarea imaginii pe server, mai incerca o data!"; } } ?>
Upload Image: