Colourworks Photographic Services

FTP Upload

A password is required to upload files. If you need one, please email us at info@colourworks.com or call 302-428-0222.

include("goods/server.php"); // start the session session_start(); // get the action from the querystring $action = ""; // default a user logged variable to track user's actions $userLogged = -1; if (isset($_REQUEST["action"])) { $action = $_REQUEST["action"]; } if ($action == "submit") { // compare the supplied password with the one that is required if (isset($_POST["Password"])) { $userPassword = $_POST["Password"]; $errMsg = ""; if ($userPassword == $uploadPassword) { // password correct, continue $_SESSION["userLogged"] = 1; // redirect to the upload form header("Location: fileUpload.php"); // terminate the script die(); } else { // password incorrect, display error $userLogged = 0; } } } ?> untitled
Colourworks Photographic Services

FTP Upload

A password is required to upload files. If you need one, please email us at info@colourworks.com or call 302-428-0222.

Enter Password to Continue
Password:   
Error: Password Invalid. Try Again.