DebtFreeMe
Regular Member
- Mar 14, 2010
- 430
- 374
Is there any way to figure out where a file is downloading from when if you push a button on the website it automatically forces you to download it?
I think the button is running a script so when I look at the source code all I see is a command that says
I would really like to know where it is pulling from because I have several files I want to pull and I don't want to have to go to every single page and hit this button to get them from each page individually.
Any ideas?
I think the button is running a script so when I look at the source code all I see is a command that says
Code:
GetFile.do?filename=fileIwant.pdf
I would really like to know where it is pulling from because I have several files I want to pull and I don't want to have to go to every single page and hit this button to get them from each page individually.
Any ideas?