Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
MIDL
mFileName = "ABC.jad";
               mPath = ResolveUrl("~/" + mFileName);
               Response.ContentType = "text/vnd.sun.j2me.app-descriptor";

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



Plz Help me for that ...

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


Regards

Chetan
Posted
Updated 26-Mar-10 0:41am
v2

If this code does not work, then I doubt you can. Unless the Blackberry requires a special header.
 
Share this answer
 
just add link to the .jad file on mobile asp.net page

<a href='filename.jad'>download</a>
 
Share this answer
 
v5
Thanx for helping my jad file is download project is successfly work


Regrad's
chatan
 
Share this answer
 
Thanx for help


i done it



regards
chetan
 
Share this answer
 
Comments
Milleniance 12-Oct-11 7:52am    
Hi, Can you help me how to download the .jad files in blackberry handsets using asp.net, i really need the help.
if u no any code plz give me for refence i realy need to developed that code



:confused:


plz send the code any other to developed
 
Share this answer
 
I dont wnt hyperlink i wnt code to download .jad & .jar file
 
Share this answer
 
i try other code i got other error

error is following plz help me to solve this error

java.io.IOException: Resource could not be found http://www.abc.com/ABC.cod:411 - Length Required.


plz help me for this error


i'm trying but any budy is solve this error thn help me


:confused::confused::confused:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900