Download the PHP package jkuchar/multiplefileupload without Composer
On this page you can find all versions of the php package jkuchar/multiplefileupload. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jkuchar/multiplefileupload
More information about jkuchar/multiplefileupload
Files in jkuchar/multiplefileupload
Package multiplefileupload
Short Description Multiple upload form control for Nette framework.
License New BSD
Informations about the package multiplefileupload
MultipleFileUpload
SEEKING FOR NEW MAINTAINER: As I do not use this code anymore, I rarely contribute to this repository. Feed free to fork it and continue with development. I will be happy to give you access to this repository and composer package.
MultipleFileUpload (shorter MFU) is an add-on that makes uploading thousands of huge files piece of cake. Just 4 simple steps and you will not need to deal with chunking, autentization of uploads or browser compatibility.
Thanks to multi-backend design you can change your file storage just by changing line in documentation. Currently allows you to pick up one of these storages SQLite3 (default), SQLite and Dibi (MySQL, PostgreSQL, MSSql, ...).
This add-on also allows you to change UI library just by changing one config property. Currently are supported PlUpload, Uploadify, SwfUpload and standard HTML4 form fields. You can add more interfaces - than the best supported for client's browser will be automatically chosen.
- Demo page: http://multiplefileupload.projekty.mujserver.net/
- Composer package: https://packagist.org/packages/jkuchar/multiplefileupload
Installation
- Install composer if you don't have it yet
- run
composer require jkuchar/multiplefileupload:1.*
- Copy files from libs/jkuchar/multiplefileupload/public to www/MultipleFileUpload and include them into your template.
- Register addon and you are done!
For more information see example project with this addon.
Usage
Challenge
Uploadify and SwfUpload are a little unmaintained. If you are interested you can get commit right to this repo. First create pull request and if it is ok, drop me a line that you want to have commit rights.