is there a way to zip or compress a file within a folder using php ?
i need since i want to allowed my user to upload files to my site.
and how to access the file inside the zip files ?
thanks,
i hear that there is a compresser that can compress until 98%, like 500 Mega to 5 Mega, but it need more than a day for compressing anda decompressing, i wonder is there a compresser like that ? if not what good compressor on php ?
thanks,
File download can be resumable/multidownloaded when your webserver allows files to be requested from arbitrary position. Eg., if it allows you to specify that a file download should start from 100th byte.
If you have your own script to download file, you will not be able to provide resume and multidownload support for the downloads. If your webserver supports it and your file is directly under webserver doc root, user will be able to use these features.