Howto : AJAX multiple file upload in Laravel (3)

Update! To adapt this code to Laravel 4 please see my newer post here: https://maxoffsky.com/code-blog/uploading-files-in-laravel-4/ In this short blog post I will share with you how I made queued multiple file upload possible with Laravel and a nice jQuery plugin called Dropzone.js. I needed to give the user the ability to upload multiple images at once […]

Read More