Portal Home > Knowledgebase > Articles Database > Add part 2 part for download


Add part 2 part for download




Posted by php-master, 11-13-2011, 03:17 PM
hi guys i want to config server for download server. i want whene click to link, file explode to 1mb part and after 1 sec, delete. for example, i link to 100MB file. after click to this link, file copy to another path and explode to 100part, and delete ech part after 1 sec. note: file for client will be in 1 part.

Posted by Dave Parish, 11-13-2011, 03:20 PM
you want a protected download that splits itself into 1MB zipped files that you have to download and then the download links expire? I have a digital download script that will email you a unique link to a downloadable file and then expire after 24 hours but it won't split the file into parts.

Posted by php-master, 11-13-2011, 03:27 PM
no , i dont want to protect files, in low speed(limited by ISP), at first file downlaod to ISP server, then transfer to user. if file remove from source , cut this limit and speed go up to 1000%, see this link: i want to know what are they to do?

Posted by Dave Parish, 11-13-2011, 04:24 PM
i think i'm missing something...

Posted by php-master, 11-13-2011, 04:42 PM
you thing it will be make with php , or server. for explode file i can do it with php . i will import file to sql and then do it. but file size is very heavy and server will be down . is it here any algorithm for do it?



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
Linux or Windows (Views: 595)
Multi site automation (Views: 600)
WiredTree down - DDOS? (Views: 656)