super simple blog

Out of context: Reply #67

  • Started
  • Last post
  • 87 Responses
  • perfunct0

    for anyone still having image upload problems, this worked for me:

    1. open up blog.php and go to line 52

    2. comment out that if statement and/or replace with the one below:

    //Move file over
    if(!empty($filename)){
    copy ($_FILES['upload']['tmp_name'], "blogImages/".$_FILES['upload... or die ("Could not copy");
    }

    i have no idea if this code will show up proper in these posts. perhaps. maybe this helps someone.

View thread