Skip to content
This repository was archived by the owner on Aug 10, 2018. It is now read-only.
This repository was archived by the owner on Aug 10, 2018. It is now read-only.

Error Upload Image Windows #10

Description

@zoao

In file DisplayAnythingGallery.php line 598
original: $uploadPath = "/" . trim(ASSETS_PATH, "/ ") . $targetDirectory;
replace wit: $uploadPath = trim(ASSETS_PATH, "/ ") . $targetDirectory;

In file XHR.php after line 28 "fclose($input);" add this line: fclose($this->tmp_handle);
Because if not close the file, then we can not rename it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions