I have made a php script that compresses and splits a file into chunks of 63MB (for the restriction of max_upload_size
variable) and uploads them into the server.
Is there a way to decompress it and join the parts so that there is only one file in the server? I think that the variable max_upload_size
do not affect the download so that people will be able to download big files. Could you confirm it?
Thank you very much for your time.