Ryan Swapp

Results 13 comments of Ryan Swapp

Sure, but I'm curious as to whether I have access to the current file object being uploaded within the callback of the upload function? This is my post on the...

That would be awesome, thanks!

Hi! Where are your photos and what urls are you using to access them?

Do you have the full error code that you can share? I suspect that you're getting that error because the code can't find your server's tmp directory (where webshot temporarily...

Hmm... I really have no idea as to what is going on without more info. Maybe your production environment isn't loading npm modules?

@lpamdfk Are you using Meteor 1.3? When I upgraded I initially had some issues with webshot. The issue was that the phantomjs binary wasn't being built for the production environment...

How are you deploying your application? That error (ENOENT) means that a file is missing. The specific file is the phantom js binary. I suspect the reason its missing is...

Ya that's your problem then. Generally, you need to build your app in the environment in which you plan to deploy to.

You don't need to use a template. The key is that you need to pass a string of html to webshot. You can build that however you'd like. Get Outlook...

You could grab all the html by calling the jquery html method on the outermost container. Something like $('.wrapper').html(). You would still need to add CSS to it which you...