Closed raisiqueira closed 9 years ago
i have a code:
$arquivo = $app->request()->post('teste'); $local = ROOT."public" . DS . "media" . DS; $storage = new \Upload\Storage\FileSystem($local); $file = new \Upload\File($arquivo, $storage);
this return the message: Cannot find uploaded file identified by key:
Did you solve it?
This appears to be something you're doing in your code. It's not something I'll be able to fix for you.
i have a code:
$arquivo = $app->request()->post('teste'); $local = ROOT."public" . DS . "media" . DS; $storage = new \Upload\Storage\FileSystem($local); $file = new \Upload\File($arquivo, $storage);
this return the message: Cannot find uploaded file identified by key: