by sibenye | Feb 17, 2017
In the previous article I showed how to upload an image in Angular 2 and then make an HTTP request passing the image file as the content. In this article I will show how the API receives that image content. This article assumes that you already have the Lumen...
by sibenye | Feb 17, 2017
In the introduction of this series I mentioned that for the part 1 of this series we shall look at how to upload an image in Angular 2 and then send that image via HTTP request to an API for processing. This article assumes that you already have angular 2 framework...
by sibenye | Feb 17, 2017
In this series of articles I am going to show how to handle image upload across a multitiered web application. A Multitier architecture is basically a client-server architecture in which presentation, application processing, and data management functions are...
by sibenye | Feb 16, 2017
The purpose of this article is to show how to integrate the Flysystem file system library with Lumen framework. It is recommended to use Graham Campbell’s Flysystem wrapper. Let’s begin. Installation Install Graham Campbell’s flysystem wrapper. $...