I have a PHP script that downloads videos from various locations. The video files can be any where from 20mb to 100mb+
Şu anda CURLOPT_FILE kullanarak bir dizindeki video dosyasını kaydederek PHP var. Bu herhangi bir sorun ile iyi çalışıyor.
Because of the large files that are being dowloaded I've set the cURL timeout period to 45 minutes to allow the file to download. I have also set set_time_limit(0) so that the PHP page should continue processing after the download has completed. I've also set ini_set("memory_limit","500M"); When the download completes it should echo "Downloaded" and then update a mysql record stating the file has been downloaded.
Olsa ne oluyor, video dosyası cURL tarafından doğru indirilen ediliyor ancak tarayıcıda "Yüklenme" görüntüleniyor değil ama mysql güncelleme olduğunu.
Neden bu? Ben bir çözüm ile kendimi gelip denedim, ama burada sorun ne işe alamaz ...