nathangrove / ng-snow

Angular2+ starter application for ServiceNow integration
25 stars 23 forks source link

Think this was supposed to be image not file #4

Closed krisklosterman closed 7 years ago

krisklosterman commented 7 years ago

Think this was supposed to be image not file, was getting an error about file not defined

nathangrove commented 7 years ago

I'm going to close this pull request. "image" is a buffer holding the actual contents of an image. I think that function should just call the error callback and the caller function can spit out an error message. The caller function "upload_images" actually knows what the filename of the image is.