tahertechs's avatar

JQuery File Upload with Laravel

Is there anyone who have already implement JQuery File Uploader in Laravel App. Any example codes or tutorials are really appreciated. Thanks.

Library Wiki : https://github.com/blueimp/jQuery-File-Upload/wiki

0 likes
2 replies
jekinney's avatar

I don't know of any Laravel specific tutorials but there are a lot of PHP tutorials. I code my own generally with jQuery using Laravel and a controller utilizing json as more of a internal web API. On YouTube phpacademy has a few different PHP with jQuery file upload tutorials that I have referenced to refresh my memory awhile back

1 like
bashy's avatar

How much have you done so far?

I used the exact same one in a Laravel 4 app. It's pretty easy, just add the jQuery stuff in and make an AJAX route to retrieve the data. Add some rules and validation (returning an array called "errors" will show on the upload form) and you're good to go.

1 like

Please or to participate in this conversation.