2017 © Pedro Peláez
 

library laravel-bigupload

Upload big Files with BigUpload : sthielen/BigUpload

image

dlouvard/laravel-bigupload

Upload big Files with BigUpload : sthielen/BigUpload

  • Friday, January 1, 2016
  • by damoon271
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

laravel-bigupload

Use Laravel with the plugin bigupload, (*1)

This repo use https://github.com/sthielen/BigUpload, you must import JS/CSS in your application., (*2)

  1. Features
  2. Installation
  3. Usage
  4. Options

, (*3)

Features

  • Upload large files over the server configuration
  • ProgressBar with time remaining
  • Button upload/resume/Cancel

, (*4)

Installation

In your project base directory run, (*5)

composer require "dlouvard/laravel-bigupload":"master@dev"

To bring up the config file run, if you want to customize, (*6)

php artisan vendor:publish

Then edit config/app.php and add the service provider within the providers array., (*7)

'providers' => array(
    ...
    Dlouvard\LaravelBigupload\BiguploadServiceProvider::class,

, (*8)

Usage

  • Import in your controller or layout bigupload.js and bigupload.css
  • In your file.blade.php install the block bigupload with the javascript
  • Prepare you ajax file with "Try{...}" and the response in JSON

, (*9)

Options

I propose a customization file for the bigupload.js send cancel function, (*10)

The Versions

01/01 2016

dev-master

9999999-dev

Upload big Files with BigUpload : sthielen/BigUpload

  Sources   Download

The Requires

 

by Damien Louvard

laravel framework upload damien louvard upload big files bigupload laravel bigupload laravel-bigupload