Select Page
Handling Image Upload In a Multitiered Web Application: Part 2

Handling Image Upload In a Multitiered Web Application: Part 2

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...
Handling Image Upload In a Multitiered Web Application: Part 1

Handling Image Upload In a Multitiered Web Application: Part 1

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...
Handling Image Upload In a Multitiered Web Application: Intro

Handling Image Upload In a Multitiered Web Application: Intro

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...
How To Integrate Flysystem With Lumen Framework

How To Integrate Flysystem With Lumen Framework

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. $...