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

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -