Skip to content
⌘ NSIS Forum Archive

NSISdl::download

5 posts

MichaelFlya#

NSISdl::download

It Seems it Will not Download (.php) files and (.txt) files Why?

-MichaelFlya-
Afrow UK#
I've had no problems download txt files, but for PHP files you need to specify the output's content-length with header("Content-length: x"); where x is number of bytes.

To make things easier though, just use InetLoad which doesn't require a content-length to be specified.

-Stu
MichaelFlya#
lol Check this out:
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.


Anyways Explain InetLoad I can't really Add Code to the
(.php) File it sits on anothers Server. They use it for other
things.

-MichaelFlya-
MichaelFlya#
Ok Found it here, but if you have any more
Information about anything please let me know...

Thanks !!!

-MichaelFlya-
Takhir#
Latest InetLoad version may be found on this page http://forums.winamp.com/showthread....d&pagenumber=2