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

Laravel AJAX example source code

The source code is available here: https://github.com/msurguy/laravel-ajax-example AJAX examples using Laravel and Bootstrap AJAX See live demo at Pagodabox deployed code This is a demo of simplifying AJAX calls withing Laravel application using Bootstrapper Bundle and Bootstrap-ajax extension   The source code features are : replace content via AJAX calls append content via AJAX calls Form submittal and displaying result […]

Read More