I have to download 128MB zip files from server using php. Now my question is …
If for 10 sec net is disconnected and how can i auto resume the download process?
I have problem on large file upload and download.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use FTP protocol which is able to resume the file download.
I guess this link http://www.ankur.com/blog/106/php/resume-http-downloads-php-curl-fsockopen/ could be useful for resuming the HTTP downloads. The server must implement this feature of course.