Joaquin Diaz
Joaquin Diaz
I guess on server side, the way of doing this is like this: ``` javascript global.S3.aws.upload({ Bucket: global.S3.config.bucket, Key: 'images/' + fileName + '.jpg', Body: passthrough, ACL: 'public-read', ContentType: 'image/jpeg',...
Did you solve this? how?
I'm having the same issue, any idea where can I change it back to normal?
#33 Created a pull request fixing this
> Hi, I also have a problem with window 7 x64, node version 6.10.2, electron version 1.6.11, >  > but the `win.webContents.print()` work well, and the system default printer...