yogiben / meteor-admin

A complete admin dashboard solution
https://atmospherejs.com/yogiben/admin
GNU General Public License v3.0
827 stars 261 forks source link

Can't upload the image in admin #287

Open Maay opened 8 years ago

Maay commented 8 years ago

When I click the button and choose image, i'm getting the cfs_upload-http.js:109 The provided value 'undefined' is not a valid enum value of type XMLHttpRequestResponseType. error in browser console. When i'm trying to save the element, it show's me the "image required" alert. What should i do? I'm using the yogiben:admin@1.2.3 from https://github.com/yogiben/meteor-admin/pull/283 pr. It all worked fine before the update.

CaptainN commented 8 years ago

I don't think the warning is what is stopping it if you are using meteor-autoform-file. See this issue: https://github.com/yogiben/meteor-autoform-file/issues/68

FreedCapybara commented 8 years ago

+1

pomahtuk commented 8 years ago

It even more interesting - after this warning gone (using repo from older commit) i still could not get this working - image been uploaded, I could see in in FS and inside images collection, but it is not attached to the record itself.

AntonAL commented 8 years ago

+1