Referring to following link, I would like to bookmark the download link for Excel file. Based on following source code, when I try to paste following code into URL, there is no excel file to be downloaded.
Does anyone have any suggestions on how to get the code for bookmark?
When I click on the Excel icon, I can able to download the file,
Do you have any suggestions on how to get the link from the source code?
so I can download the file using some other script.
Thanks you very much for any suggestions
<a href="downloadxl.php">Download my excel sheet (XLS)</a>
Even through you use PHP to force a download, you still need to hardcode the link into it, do you have any suggestions on what code you would retrieve from above example?
Thanks you very much for any suggestions
Referring to following coding, it is ASP.NET, not PHP, so it would not work,
Do you have any suggestions on what code you would retrieve from above example?
Thanks you very much for any suggestions
Referring to following link, I would like to bookmark the download link for Excel file. Based on following source code, when I try to paste following code into URL, there is no excel file to be downloaded.
Does anyone have any suggestions on how to get the code for bookmark?
They may not want you to be hotlinking to their documents. I would suggest asking them for an API if you are planning to use their contents in any way.
They may not want you to be hotlinking to their documents. I would suggest asking them for an API if you are planning to use their contents in any way.
I would like to know what coding I can tell that web site does not wany me to be hotlinking to their documents.
Can you tell what the code looks like based on the source code from above questions?
I good way to tell that they don't want hotlinking is if you copy the URL used to get the document and when pasting it into a freshly opened browser you don't get the document as expected.
I good way to tell that they don't want hotlinking is if you copy the URL used to get the document and when pasting it into a freshly opened browser you don't get the document as expected.
But sometimes, people can still sort out the URL for hotlinking from source code to get the document, referring to this example, could you please give me any suggestions on what command prevents people sorting out the URL for hotlinking?
But sometimes, people can still sort out the URL for hotlinking from source code to get the document, referring to this example, could you please give me any suggestions on what command prevents people sorting out the URL for hotlinking?
Bookmarks