Search results

  1. C

    PHP File up loader, file not uploaded!?

    Basically, I try uploading a file it says it's uploaded but it hasn't? <Page Upload form> <html> <h1>Upload a file...</h1> <form action="upload.php" method="post" enctype="multipart/form-data"> <input type="file" name="myfile"><p> <input type="submit" value="Upload"> </html> <END> <Upload and...
Back
Top