Downloading From Multiple Links With Progress Bar?
Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Hello NoWayIn,
OK well if you download the attached file and upload the "List.php" file to the same folder containing your files and then when you run the application type in the folder URL into the textbox like:
http://www.yoursite.com/filefolder/
And it will read the output from list.php and download all the files.
Download:
OK well if you download the attached file and upload the "List.php" file to the same folder containing your files and then when you run the application type in the folder URL into the textbox like:
http://www.yoursite.com/filefolder/
And it will read the output from list.php and download all the files.
Download:
You do not have the required permissions to view the files attached to this post.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
I'll try this new one out, thanks so much.
So I upload the List.php into the folder ) where everything will be downloaded
and I type in the file names?
Im not much of a PHP person
and how should it be inputed?
File 1, File 2, File 3
or
File 1
File 2
File 3
or
File 1 | File 2 | File 3 |
So I upload the List.php into the folder ) where everything will be downloaded
and I type in the file names?
Code: Select all
Can you tell me where to place the file names or link? :P<?php
$handle=opendir(".");
while (($file = readdir($handle))!==false) {
echo "$file|";
}
closedir($handle);
?>
Im not much of a PHP person
and how should it be inputed?
File 1, File 2, File 3
or
File 1
File 2
File 3
or
File 1 | File 2 | File 3 |
Hello,
Oh no lol. I mean just upload "List.php" into the same folder as your files, you dont need to change anything inside it.
Then run the application from the project included in the attachment and just type the URL to your files folder into the textbox.
Oh no lol. I mean just upload "List.php" into the same folder as your files, you dont need to change anything inside it.
Then run the application from the project included in the attachment and just type the URL to your files folder into the textbox.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
Oh it works great!
But Im not sure what this is
Please look at the picture
It removes the progress bar and it say some other things.
and my files are small so I didnt see the progress bar go up
But Im not sure what this is
Please look at the picture
It removes the progress bar and it say some other things.
and my files are small so I didnt see the progress bar go up
You do not have the required permissions to view the files attached to this post.
Hello,
Not sure why it did that lol. I maybe because its downloading the php files, you could try change this line of code:
Not sure why it did that lol. I maybe because its downloading the php files, you could try change this line of code:
Code: Select all
Change it to this:If page.Split("|")(i).Length > 4 Then
Code: Select all
That should stop it downloading the .php files :?If page.Split("|")(i).Length > 4 AndAlso Not page.Split("|")(i).Contains(".php") Then
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
Oh so thats why it was downloading php files.
Okay I will try it and reply back!
Okay I will try it and reply back!
Well I changed it but now its saying wrong FTP info.
I guess it's okay because you've helped me enough :P
I'll try to fix it if I can
I guess it's okay because you've helped me enough :P
I'll try to fix it if I can
Hello NoWayIn,
I didnt change all of the code when I took the FTP stuff out. It should be easy enough to sort out ;) .
If you have problems figuring it out let me know cooll;
I didnt change all of the code when I took the FTP stuff out. It should be easy enough to sort out ;) .
If you have problems figuring it out let me know cooll;
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
Copyright Information
Copyright © Codenstuff.com 2020 - 2023