https://openrepeater.com/pdi5gx2ts Author: https://www.receitas4dummies.com/9xatodpf mrabd423

Dropzone.js image resolution validation

var minImageWidth = 800, minImageHeight = 600; Dropzone.options.graphicDropzone = { maxFilesize: 3, maxFiles: 3, addRemoveLinks: true, acceptedFiles: ".psd, .ai, .jpg, .jpeg, .gif, .png", init: function() { this.on("success", function(file, responseText) { …

Use multiple version of PHP in ubuntu

apt-get update && apt-get upgrade Step 2: Install PHP 5.6 Install the PHP5.6 repository with these two commands. apt-get install -y software-properties-common add-apt-repository ppa:ondrej/php apt-get update apt-get install -y php5.6 …