Contensive can be configured to store file content either locally on the web-server or on Amazon AWS S3 (a remote file store). This article defines the terms involved, describes how each works, the advantages of each, and now to convert from one to the other.
Online Application vs Website
A website is typically delivered from one or more web-servers and may include either or both static resources like html, and dynamic resources like PHP code.
An online application is similar to website but may...