PHP Classes

Bug found

Recommend this page to a friend!

      File Split and Join  >  All threads  >  Bug found  >  (Un) Subscribe thread alerts  
Subject:Bug found
Summary:filesize equal to nil of the last part
Messages:1
Author:lasatex
Date:2011-04-07 09:00:01
 

 


  1. Bug found   Reply   Report abuse  
Picture of lasatex lasatex - 2011-04-07 09:00:01
Dear,

Your splitandjoin class works perfectly except when it has to divide a file which is a multiple of a defined chunk size so creating an extra empty piece.
For example if I want to split a 400MB file in parts of 10MB, 41 files are created whose the 41th part is empty (they should be 40 of 10MB each one).
I hope it can help you.
Good regards.

Angelo