PHPackages                             zl0314/jq-batch-upload - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. zl0314/jq-batch-upload

ActiveLibrary[File &amp; Storage](/categories/file-storage)

zl0314/jq-batch-upload
======================

Laravel5.5 more pictures upload

v1.2(7y ago)030MITJavaScriptPHP &gt;=5.5.0

Since May 3Pushed 7y ago1 watchersCompare

[ Source](https://github.com/zl0314/jq-batch-upload)[ Packagist](https://packagist.org/packages/zl0314/jq-batch-upload)[ RSS](/packages/zl0314-jq-batch-upload/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (4)Used By (0)

```
详细内容见： http://zlong.xin/posts/146.html
#########################################
1、在config/app.php的providers数组中加入：Jq\BatchUpload\JqBatchUploadServiceProvider::class,

2、在用到上传轮播图的地方加入如下代码：

    轮播图

        @include('BatchUpload::header')

            var imgFile = new ImgUploadeFiles('#box', function (e) {
                this.init({
                    MAX: 30, //限制个数
                    inputName: 'pics[]',
                    imgList: '{!! !empty($model->pics) ? json_encode($model->pics) : (old('pics')?json_encode([old('pics')]):'') !!}',
                    MH: 588, //像素限制高度
                    MW: 1170, //像素限制宽度
                    TitleName: '轮播图',
                    allowSize: '{{intval(ini_get('upload_max_filesize'))*1024*1024}}',
                    callback: function (dom) {
                        $.post('/jq-batch-upload/upload', {src: this.imgSrc}, function (res) {
                            if (res.success == 1) {
                                $(dom).attr('realsrc', res.src);
                                $(dom).find('input').val(res.src);
                            } else {
                                alert(res.message);
                            }
                        }, 'json');
                    },
                    remove: function (id) {
                        var realsrc = $('#batch_upload_' + id).attr('realsrc');
                        $.post('/jq-batch-upload/delete', {src: realsrc}, function (res) {

                        }, 'json');
                    }
                });
            });

			//如果要用到排序，请开启
            //$(function () {
            //    $("#sortable").sortable();
            //});

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~37 days

Total

3

Last Release

2905d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/46d8eeb6d87de77a8cac8d904ea2952f18562c1726726880bfc09e9f3a051f66?d=identicon)[zl0314](/maintainers/zl0314)

---

Top Contributors

[![zl0314](https://avatars.githubusercontent.com/u/2705029?v=4)](https://github.com/zl0314 "zl0314 (17 commits)")

---

Tags

uploadjquery uploadbatchupload

### Embed Badge

![Health badge](/badges/zl0314-jq-batch-upload/health.svg)

```
[![Health](https://phpackages.com/badges/zl0314-jq-batch-upload/health.svg)](https://phpackages.com/packages/zl0314-jq-batch-upload)
```

###  Alternatives

[kartik-v/bootstrap-fileinput

An enhanced HTML 5 file input for Bootstrap 5.x, 4.x, and 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.

5.3k8.1M13](/packages/kartik-v-bootstrap-fileinput)[vich/uploader-bundle

Ease file uploads attached to entities

1.9k27.0M138](/packages/vich-uploader-bundle)[comur/image-bundle

A bundle providing fields for image upload with jquery upload and image cropping with jcrop for symfony2

104119.8k](/packages/comur-image-bundle)[marrouchi/upload-crop-image-bundle

Basic server side cropping behavior for Symfony2

111.1k](/packages/marrouchi-upload-crop-image-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
