On Mon, May 29, 2006 at 02:44:31PM +0200, Josef Vybiral wrote:
On Mon, 29 May 2006 14:29:18 +0200, Abrolag
<abrolag@...58...> wrote:
>When I try to download the latest autopackage build, instead of starting
>up the download manager it tries to load into the browser window. This
>happens with both FireFox 1.5 and Opera 8.54.
>
>What am I doing wrong?
>
Hi, try to right click the link to the .package file and use "Save link
target as" option in the context menu that appears. The problem is that
server returns the file as simple text and browser reads it in this way.
Hmm, thanks for pointing this out, this looks like a problem.
Fortunately, it's easy to solve... we just need to specify a mime-type
for the .package files. Could someone with login access to modevia look
into this? I think it's simply a matter of adding an .htaccess file
with a line like:
AddType application/x-autopackage .package
But that's probably not the right mime-type...
Mike Hearn, is there a registered mime-type for autopackage files? (If
not, there should be!) I notice that the packages on the
autopackage.org site sometimes downloads as type "BIN", which makes me
think there isn't an associated type yet?
Bryce