Does anyone know what MIME type a webserver needs to set for sending .sis
files to the WAP browser on the Nokia 7650?
I've tried installer, application/x-epocinstall, and various others, but
they all return the code "406 Not Acceptable" on the 7650.
Does anyone know what MIME type a webserver needs to set for sending .sis
files to the WAP browser on the Nokia 7650?
I've tried installer, application/x-epocinstall, and various others, but
they all return the code "406 Not Acceptable" on the 7650.
hi!..
i don't know...
.sis
.mid
.mp4
.wav
None of them ... i don't know the MIME types.. so my wap site
can't DL that file direct to 7650 :cry:
only .jpg, .bmp, .gif accepted
hope to change that soon... i saw others sites with all that active
cya! 😊
I currently have:
[code:1]
# MIME types for files to be served to mobile devices
AddType text/vnd.sun.j2me.app-descriptor jad
AddType application/java-archive jar
AddType text/vnd.wap.wml wml
AddType application/vnd.wap.wmlc wmlc
AddType image/vnd.wap.wbmp wbmp
AddType text/vnd.wap.wmlscript wmls
AddType application/vnd.wap.wmlscript wmlsc
AddType audio/midi mid midi
[/code:1]
in the local .htaccess file for my wap site.
... this works fine for all of those files, but doesn't help with .sis files.
[quote="angelic"]Does anyone know what MIME type a webserver needs to set for sending .sis
files to the WAP browser on the Nokia 7650?
I've tried installer, application/x-epocinstall, and various others, but
they all return the code "406 Not Acceptable" on the 7650.[/quote]
application/vnd.symbian.install