javascript - URL of file-download link -



javascript - URL of file-download link -

i downloading file location. download link of file that's beingness downloaded. want save link in text file , later utilize link other places straight download object. working on firefox, generalized approach appreciated. there way this? tried jsoup , didn't succeed since generic external links.

often times downloaded files not have source links. example, click "download" button on website - send post info form on 'download.php' page this:

<?php header("content-type: application/force-download"); header('content-description: file transfer'); readfile($_post['file']); ?>

javascript android firefox firebug download

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -