responsiv / uploader-plugin

Collection of File Upload components for October
MIT License
62 stars 39 forks source link

Class '\User\Plugin.Name\Models\__uploader' not found #42

Open Asinox opened 7 years ago

Asinox commented 7 years ago

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.

<input type="hidden" name="_uploader[images]" value="">

Any idea?

Thanks!