Right now when you try to set filedirectory in the config it only makes a directory and ignores all /'s.
example: when filedirectory = uploads/ it creates the directory as expected.
when filedirectory = some/path/here it creates the directory somepathhere
We should allow for a path to be used.
Right now when you try to set
filedirectoryin the config it only makes a directory and ignores all/'s.example: when
filedirectory = uploads/it creates the directory as expected.when
filedirectory = some/path/hereit creates the directorysomepathhereWe should allow for a path to be used.