Results 1 to 10 of 21
Threaded View
-
17th Jan 2012, 09:14 PM #6MemberWebsite's:
dota2lounge.comGetting size of whole file:
PHP Code:$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://www.dsa.da/urfile.rar");
curl_setopt($ch, CURLOPT_NOBODY, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 0);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_exec($ch);
$info = curl_getinfo($ch);
$maxSize = $info['download_content_length'];
Upadaing every 5 sec i did in JS, its just ajax request of file:
PHP Code:echo filesize("urfile.rar")
Code:<progress max="<?php echo $maxSize ?>" value=""></progress>
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Curl to Uploaded.to
By skinner in forum Web Development AreaReplies: 18Last Post: 12th Feb 2012, 07:05 AM -
Curl url file (I need help)
By spanero in forum Web Development AreaReplies: 3Last Post: 22nd Dec 2011, 04:23 PM -
Curl IPB help
By xwarlordx in forum Web Development AreaReplies: 3Last Post: 23rd Aug 2011, 06:33 AM -
cURL Pro Coders.
By kohkindachi in forum Completed TransactionsReplies: 2Last Post: 5th Dec 2010, 12:30 AM -
How to install CURL in WHM
By ken in forum Technical Help Desk SupportReplies: 2Last Post: 22nd Sep 2010, 01:46 PM
themaPoster - post to forums and...
Version 5.41 released. Open older version (or...