Questions tagged as 'meteor'

2
answers

How to recover all the GridFs files in MongoDB?

I have saved files in Mongodb using GridFs and C # but now I need to recover ALL the files I have saved in my database and store them in a folder. I hope you can advise me a little. Thanks This is the Code as I keep my files var connectionS...
asked by 22.11.2016 / 16:25
2
answers

Error after upgrading to cordova 6.4.0 in a project with Meteor

I have a project that was running with cordova 6.3.1 and it was all ok. After adding phonegap-plugin-push I started having problems %% Plugin doesn't support this project's cordova version. cordova: 6.3.1, failed version requirement: >=6.4....
asked by 07.11.2016 / 18:38
1
answer

Store 'form' in a variable - Meteor

I'm trying to store an entry by telcado or input in a variable, but when I try to print it, it returns empty. This is a simple login. I have a file called login.js, in which the one I set the from in the following way: Temp...
asked by 19.01.2017 / 15:43
1
answer

Send image through Http Post

Hello everyone, I'm trying to send a node file (Client) to my Java web service using Jersey the file is received correctly using POSTMAN this is my Java code: @POST @Path("eliminar") @Consumes({ MediaType.MULTIPART_FORM_DATA, ("text/plain"...
asked by 25.04.2018 / 16:40
1
answer

How can I work with events in a meteor project, for example animate ()?

I am working with React and Meteor components but since I can enter some kind of animation with jquery animate (), I have read something about 'ComponentDidMount (), by saying my components are in this way, how can I reference the DOM nodes for...
asked by 07.10.2017 / 19:05
1
answer

render in a different context in react?

I'm doing a project on react + meteor. The problem is this: I have an object that renders two columns. In the first column (col-lg-4) there is a list of elements. In the second column (col-lg-8) I want to show a graph that must be shown wh...
asked by 12.04.2017 / 20:49
0
answers

React + Redux + REST [closed]

I present my doubt: I have to do a REST API for external clients. I need to have 3 different applications, 1 for internal use, 1 for external use and the API, which will be connected (apart from external clients) to the other 2 application...
asked by 26.09.2017 / 09:39
0
answers

How can I compare a data binary with GridFs in MongoDb?

I am using C # and MongoDB as the database engine. In my application I keep the User's Footprint used the following lines in C #. var id3 = ObjectId.Empty; using (var file = File.OpenRead(rutaArchivo)) {...
asked by 14.11.2016 / 23:19
0
answers

-ISSUE- AngularMeteor, Meteor or Angular

Hello everyone thanks for reading. I have a question with Angular, AngularMeteor or Meteor. Behaviors: When the result verCandidatos.postulados has only one value (see the first image) it never prints it the first time. If I refresh, o...
asked by 25.10.2016 / 22:44
1
answer

Error: It looks like you called 'mount ()' without a global document being loaded

I get this error when I run my tests. import { Meteor } from 'meteor/meteor'; import React from 'react'; import ReactDOM from 'react-dom'; import ReactTestUtils from 'react-addons-test-utils'; import { mount } from 'enzyme'; import { chai, as...
asked by 11.10.2016 / 20:49