download a file withoutshowing its url
php program
header('Content-type: application/'.$fileext);
header('Content-Disposition: attachment; filename="'.$file_name.'"');
readfile("softwares/".$file_name);
sharing some tech problems and soln
php program
header('Content-type: application/'.$fileext);
header('Content-Disposition: attachment; filename="'.$file_name.'"');
readfile("softwares/".$file_name);
Posted by Sajjad at 2:08 pm
No comments:
Post a Comment