Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ok, I tried editing my previous reply, but it didn’t work. So here’s the solution :

    The actual problem : MIME type for .dmg is missing in IIS which is not recognizing / allowing it to download.

    The solution : Create MIME type for ‘.dmg’ extention and everything starts working.
    file name extention : dmg
    MIME type : application/octet-stream

    Hope this helps. Thanks.

    I had the same issue. The .exe file in the same directory was getting downloaded properly, but the .dmg file wasn’t. Thus, it was obvious that the problem was with the extension.

    The problem : MIME type for .dmg is missing in IIS which is not recognizing/allowing it to download.

    The solution : Create MIME type for ‘.dmg’ extension!
    file Name Extention : .dmg
    MIME type : application/octet-stream

    Hope this helps. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)