Page 1 of 1

Fixed: JFolder : Path is not a folder error when uploading

Posted: 16 Oct 2015, 15:08
by gntodd
Hi there, thought I'd share a potential issue and how I fixed it. Might need an update to fix properly?

Bascially, there was an error showing when using the file chooser in the upload. JFolder Path is not a folder.

The issue was that the folder name was "H&S" and the folder it said it couldn't detect was ".../H". The issue was that Phoca Download file chooser doesn't seem to cope with "&" in the file path - it cuts it off at that point and returns this error.

So my solution was to rename folder to "H-S" and use NoNumber DBReplacer to change filenames (file paths) to the new URL.

Re: Fixed: JFolder : Path is not a folder error when uploadi

Posted: 17 Oct 2015, 23:23
by Jan
Hi, thank you for the info, yes, it is recommended to use standard characters (a-z, 0-9, -,_, ...) for names of folders and files :idea:

Jan