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

Error Upload Image Windows #10

Open
zoao opened this issue Nov 25, 2012 · 1 comment
Open

Error Upload Image Windows #10

zoao opened this issue Nov 25, 2012 · 1 comment

Comments

@zoao
Copy link

zoao commented Nov 25, 2012

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.

@MrJamesEllis
Copy link
Member

Thanks for the feedback.

Can you make that a pull request so we don't have to cherry pick code - less room for error.

Thanks
James

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants