如何在Blackbarry的ASP.net中使用移动网页下载.jad文件 [英] How can download .jad file using mobile web pages in ASP.net on blackbarry

查看:74
本文介绍了如何在Blackbarry的ASP.net中使用移动网页下载.jad文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

mFileName = "ABC.jad";
               mPath = ResolveUrl("~/" + mFileName);
               Response.ContentType = "text/vnd.sun.j2me.app-descriptor";


Response.AppendHeader("Content-Disposition", "filename=" + mFileName);
        Response.TransmitFile(Server.MapPath(mPath));
        Response.Flush();
        Response.End();




请帮我...

如何使用ASP.net(移动网页)在blackbarry中下载.jad文件


问候

Chetan




Plz Help me for that ...

How can dowmload .jad file in blackbarry using ASP.net(mobile web page)


Regards

Chetan

推荐答案

如果此代码不起作用,那么我怀疑您可以.除非Blackberry需要特殊的标头.
If this code does not work, then I doubt you can. Unless the Blackberry requires a special header.


只需在移动asp.net页上添加指向.jad文件的链接

<a href=''filename.jad''>download</a>
just add link to the .jad file on mobile asp.net page

<a href=''filename.jad''>download</a>


感谢帮助我的jad文件正在下载的项目是成功的工作


升级
chatan
Thanx for helping my jad file is download project is successfly work


Regrad''s
chatan


这篇关于如何在Blackbarry的ASP.net中使用移动网页下载.jad文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆