PHPackages                             hgouveia/ng-upload-chunked - 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. hgouveia/ng-upload-chunked

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

hgouveia/ng-upload-chunked
==========================

Php implementation of the file chunked upload for the angular directive ng-file-upload

v1.0.6(8y ago)31.9k3MITPHPPHP &gt;=5.4

Since Feb 21Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/hgouveia/ng-upload-chunked)[ Packagist](https://packagist.org/packages/hgouveia/ng-upload-chunked)[ RSS](/packages/hgouveia-ng-upload-chunked/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

Ng Upload Chunked
=================

[](#ng-upload-chunked)

[![Packagist Version](https://camo.githubusercontent.com/40954088847edccdf78af9b95dc9eb7b3b2f116afc21ccede9d10759050e30a1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68676f75766569612f6e672d75706c6f61642d6368756e6b65642e7376673f7374796c653d666c61742d737175617265 "Packagist Version")](https://packagist.org/packages/hgouveia/ng-upload-chunked)[![Build Status](https://camo.githubusercontent.com/d4b85831c00d49944f5084010f985a64d6b37eb08c5b4b60e437ec830e7cbacc/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f68676f75766569612f6e672d75706c6f61642d6368756e6b65642f6d61737465722e7376673f7374796c653d666c61742d737175617265 "Build Status")](https://travis-ci.org/hgouveia/ng-upload-chunked)[![HHVM Build Status](https://camo.githubusercontent.com/fbdbbc8395ac503d224ccacf0e3a588e948b146ff4f9070f0d9adba8df926b01/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6868766d2d7465737465642d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265 "HHVM Build Status")](https://travis-ci.org/hgouveia/ng-upload-chunked)[![Windows Build Status](https://camo.githubusercontent.com/d4cd9980aa796bd1cb59fd208b39fb2bd7c21a8798147890ac336c155bd127da/68747470733a2f2f696d672e736869656c64732e696f2f6170707665796f722f63692f68676f75766569612f6e672d75706c6f61642d6368756e6b65642f6d61737465722e7376673f6c6162656c3d77696e646f7773267374796c653d666c61742d737175617265 "Windows Build Status")](https://ci.appveyor.com/project/hgouveia/ng-upload-chunked)[![FOSSA Status](https://camo.githubusercontent.com/5b811b70c5db8854378b8e2cec8edc77f2a9fdb6b28b5713286e31165392fe50/68747470733a2f2f6170702e666f7373612e696f2f6170692f70726f6a656374732f6769742532426769746875622e636f6d25324668676f75766569612532466e672d75706c6f61642d6368756e6b65642e7376673f747970653d736869656c64)](https://app.fossa.io/projects/git%2Bgithub.com%2Fhgouveia%2Fng-upload-chunked?ref=badge_shield)

Php implementation of the file chunked upload for the angular directive [ng-file-upload](https://github.com/danialfarid/ng-file-upload)

**Note:** it could work for any html5 uploader with chunked upload if `NgFileChunk` is constructed properly

Install
-------

[](#install)

Clone or download this repo, see the example

With Composer

```
$ composer require hgouveia/ng-upload-chunked

```

Example of Usage
----------------

[](#example-of-usage)

[API doc](API.md)

Check complete usage in the [example](example/) folder

```
