承接 jkuchar/multiplefileupload 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jkuchar/multiplefileupload

最新稳定版本:v1.2.0

Composer 安装命令:

composer require jkuchar/multiplefileupload

包简介

Multiple upload form control for Nette framework.

README 文档

README

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.

Code Climate

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.

Installation

  1. Install composer if you don't have it yet
  2. run composer require jkuchar/multiplefileupload:1.*
  3. Copy files from libs/jkuchar/multiplefileupload/public to www/MultipleFileUpload and include them into your template.
  4. Register addon and you are done!

For more information see example project with this addon.

Usage

$f = new Form($this,$name);

$f->addMultipleFileUpload("exampleUploadField1","Upload field 1", /*max num. of files*/ 20)
  ->addRule('MultipleFileUpload\MultipleFileUpload::validateFilled',"You must upload at least one file")
  ->addRule('MultipleFileUpload\MultipleFileUpload::validateFileSize',"Files you've selected are too big.", 1024); //kB

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.

Full documentation

统计信息

  • 总下载量: 4.39k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 10
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 10
  • Watchers: 3
  • Forks: 11
  • 开发语言: JavaScript

其他信息

  • 授权协议: New
  • 更新时间: 2013-05-18

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固