How to Create Dynamic XML Sitemap in Codeigniter?

How to Create Dynamic XML Sitemap in Codeigniter

How to create dynamic XML sitemap in CodeIgniter application is really important to crawl website pages links or URLs for Google, Yahoo. Every basic website needs an XML sitemap so that we can submit the XML sitemap to google search…

Expand +

File Upload in Node js using Multer

File Upload in Node js using Multer

File Upload in Node js using Multer is an important feature for any web application. Multer is a Node.js or express middleware, that makes it easy to handle multipart/form-data when your users upload files. When a website user uploads a file to a server, it is usually submitted via a form and encoded as multipart/form-data.

Expand +