Quote:
Originally Posted by jarvis
Yeah, I checked that last night. I wasnted to make sure that the MIME types weren't unrecognized by IIS/Windows. The direct link works fine, just when launched from Downloads, it just 'sits' there.
Thanks so much!
**Edit - I just created a test download with your link. http://www.mhogaming.com/forums/down...?do=file&id=13 . It still doesn't work. 
|
I made a small change in ver 5.0.3 that may (or may not) help. I'm not sure why you are having this problem. A linked file is simply opened with:
PHP Code:
header("location: $file[url]");
I made that:
PHP Code:
header("Location: $file[url]");
exit();