Image uploads are causing an error message - probably from this error
sq_do.php
else {// try to actually upload the file
$message = "";
$move = @ move_uploaded_file($_FILES[$name]['tmp_name'], $location);
if($move == false) {
$message = $location."Error uploading the file";
}
Inserting comic images as links still works, but there's no way to do thumbnails, and no way to upload images at all. This worked fine before. Maybe I just set up something on the server wrong?
Image uploads are causing an error message - probably from this error
sq_do.php else {// try to actually upload the file $message = ""; $move = @ move_uploaded_file($_FILES[$name]['tmp_name'], $location); if($move == false) { $message = $location."Error uploading the file"; }
Inserting comic images as links still works, but there's no way to do thumbnails, and no way to upload images at all. This worked fine before. Maybe I just set up something on the server wrong?