I wanted to revise PHP ... It's been a long time. This book https://daylerees.com/php-pandas/ looks awesome. Also it's author has provided free version to read this book online.
Sunday, 26 March 2017
Monday, 20 March 2017
Installing redis in macOS sierra
Installing redis in macOS Sierra is easy if you've HomeBrew installed. Just watch this video to install redis in your macOS Sierra.
Wednesday, 15 March 2017
Multer, Nodejs, File uploading without extension. Solved.
So i faced this problem that files that i was uploading were uploading without extensions in nodejs express server to which i was uploading files using multer. π
Quick workaround i found was on this Github Multer Issue Page π
First of all run this command to install this package mime
Quick workaround i found was on this Github Multer Issue Page π
First of all run this command to install this package mime
npm install --save mime
And this is how i was able to make it work.π
Monday, 13 March 2017
Image uploading in Nodejs Express app using Multer
Follow the instructions shown in the video below to upload image in nodejs express server using multer.
Subscribe to:
Posts (Atom)