View Single Post
Old 03-16-2005, 01:52 PM   #26
bluejae
Thumbs Must Hurt
 
Join Date: Mar 2005
Model: z10
Carrier: t-mobile
Posts: 183
Default

Quote:
Originally Posted by Entropy666
I know this to not be a fact as long as your allowed to add .htaccess files to the directory in question you can add any MIME type you want even if you arent a webmaster. Not only that it is really simple to setup a simple directory structure that even blackberrys will love here let me break it down for you guys.

You create a text file and write in it these following things:
Options +Indexes
addType audio/adpcm adp
The first one allows you to browse the website folders contents and only that folder and the second one adds the mime types for adp simple as that. you can also add these two if you want to be able to upload Jar and Jad files to be able to do over the air downloads:
AddType text/vnd.sun.j2me.app-descriptor jad
AddType application/java-archive jar
HOPE THAT HELPS

i'm willing to try this but i don't get what you are saying to do... you want me to create a text file with those 2 lines of text in it. then save it as a text file with what name? put i where? does it go in the same directory as the .adp file? if you could please give some more detailed instructions that would be great.
Offline   Reply With Quote