Hello guys, i'm trying to use this plugin, i was able to use it before, but after some code update im implementing it again, but now there is an error and i dont know why.
"Class '\User\Plugin.Name\Models\__uploader' not found"
This error show up when files are trying to upload with a deferredBindingmodel. Into the html code there is a input named _uploader.
Hello guys, i'm trying to use this plugin, i was able to use it before, but after some code update im implementing it again, but now there is an error and i dont know why.
"Class '\User\Plugin.Name\Models\__uploader' not found"
This error show up when files are trying to upload with a
deferredBinding
model. Into the html code there is a input named _uploader.<input type="hidden" name="_uploader[images]" value="">
Any idea?
Thanks!