i have a menu page which has 5 links...each link opens an application but the application doesn't run when the user tries to click any of the link and gives an error message that cannot down load so i have put this header info in the menu page like this.
i have placed it in this manner:
CODE
<html>
<head>
<?php
header('Content-type: application/vnd.symbian.install');
header('Content-Disposition: attachment; filename = "Vault-S60-3rd.SIS"');
?>
<title>Demo Applications</title>
</head>
but it dsnt wrk.
so where i shud put the content-type or mime type for any file download from the server.does it have to be on the menu page or in the application itself....the applications are in symbian.
any help wud be appreciated
This post has been edited by samn84: 25 Mar, 2008 - 03:50 AM