Downloading From Multiple Links With Progress Bar?
Posted: Thu Mar 04, 2010 1:58 am
Does anyone know how to do the following... =\
Okay so I want to use 1 progress bar to show the progress.
Let's say I have a config file with the following..
<Link 1>http://directLink 1</Link 1>
<Link 2>http://directLink 2</Link 2>
<Link 3>http://directLink 3</Link 3>
Okay so it will start downloading from Direct Link 1, a progress bar will show the progress.
( with the file name if possible, and size? )
after it has complete the download for link 1 it will start the download for Link 2 and it will show the same thing for the progress and then it will download link 3
thats 1 way I was thinking of, my 2nd way of doing this seems easier but Im not sure if its possible...
Instead of downloading 1 link after another all I have to do is make a directory on my web server like
http://myWebsite.com/MyFiles
Then when I click download it will download ALL the files inside of that directory
If anyone could help I'd greatly appreciate it :]
Okay so I want to use 1 progress bar to show the progress.
Let's say I have a config file with the following..
<Link 1>http://directLink 1</Link 1>
<Link 2>http://directLink 2</Link 2>
<Link 3>http://directLink 3</Link 3>
Okay so it will start downloading from Direct Link 1, a progress bar will show the progress.
( with the file name if possible, and size? )
after it has complete the download for link 1 it will start the download for Link 2 and it will show the same thing for the progress and then it will download link 3
thats 1 way I was thinking of, my 2nd way of doing this seems easier but Im not sure if its possible...
Instead of downloading 1 link after another all I have to do is make a directory on my web server like
http://myWebsite.com/MyFiles
Then when I click download it will download ALL the files inside of that directory
If anyone could help I'd greatly appreciate it :]