I am wondering if it is possible to do the following:
- Split a file on the local computer to several pieces so I can upload
them on to the FTP server (avoiding this way the file size limit) - Upload all pieces to my web server
- Using a PHP script rejoin them together into one file
I know about HJSplit but it is for the other way around situation (to split on server and then rejoin on local computer)
Does anyone know about any possible solution?
This site claims to have some packages for split and then join.
However I am not sure if they work.(Not Tried)