Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Load Up
S
✭✭
Load Up
0
Comments
Anyway: what am I supposed to do with files uploaded? It doesn't seem like there is a way to attach files to posts. Strange enough, I get a 404 when trying to access uploaded files, though the path seems to be correct.
'RequiredPlugins' => array('UsefulFunctions' => '>=0.1'),
Call to undefined function CleanupString() in /plugins/LoadUp/default.php on line 116
Change line 116 to:
$Basename = Format::Url(pathinfo($_FILES['LoadUpFile']['name'], 8)) .'.'. pathinfo($_FILES['LoadUpFile']['name'], PATHINFO_EXTENSION);