# File Download/Upload - Chunk or No Chunk

**URL:** https://forum.pydio.com/t/file-download-upload-chunk-or-no-chunk/2571
**Category:** Pydio 8
**Created:** [June 18, 2019, 1:26pm UTC](https://forum.pydio.com/t/file-download-upload-chunk-or-no-chunk/2571 "2019-06-18T13:26:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![DrJuice](https://avatars.discourse-cdn.com/v4/letter/d/96bed5/32.png) [@DrJuice](https://forum.pydio.com/u/DrJuice)
#### Post date: [June 18, 2019, 1:26pm UTC](https://forum.pydio.com/t/file-download-upload-chunk-or-no-chunk/2571/1 "2019-06-18T13:26:17Z")

</div>

Hi  
I’m having issues handling files of more than 2GB, it seems. My install is the latest version of Pydio 8 server on Windows 2012 R2.

The instruction that I used suggested that the feature to allow file chunking is disabled. I’m wondering what are the pro’s and con’s of allowing chunking? It’s my understanding that chunking breaks the files into pieces and then reassembles them. Is there a reason why this shouldn’t be done? I’m using the standard uploader, also.

For my use case, I’m going to need to allow file sizes of probably 8GB max.

The file system is standard NTFS, Pydio is hosted using IIS 8.5, PHP7.1, MySQL 5.6

I have control over the virtual machine so I can add resources as needed.

---

<div class="post-metadata">

### Author: ![c12simple](https://yyz2.discourse-cdn.com/flex032/user_avatar/forum.pydio.com/c12simple/32/90_2.png) [@c12simple](https://forum.pydio.com/u/c12simple)
#### Post date: [June 20, 2019, 7:31am UTC](https://forum.pydio.com/t/file-download-upload-chunk-or-no-chunk/2571/2 "2019-06-20T07:31:53Z")

</div>

It’s limit of IIS even you are running with php 64bit. You can’t upload \> 2G files.
