Jump to content

[SOLVED] problem in downloading..... pls help


saradrungta

Recommended Posts

can some one help the below code doesn't download the fine b/t it download cade file only in which i save this code...

 

pls help

 

<?php

header("content-type: Application");

header("content-Disposition: Attachment filename= \"uploded_files/sarad.jpg\"");

?>

<html>

<body>

<form action=download.php method=post>

<input type=submit value="Click here to Download">

</form>

</body>

</html>

Link to comment
https://forums.phpfreaks.com/topic/139094-solved-problem-in-downloading-pls-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.