PDA

View Full Version : FREE: Download Action Plugin


RizlaUK
03-10-2009, 03:41 PM
heres a small 1 function plugin to download more than 1 file at a time without your app locking up, unfortunately there is no callback for the download function, maybe a later version, this was just a quick test project but it seems to work well so i tought id post it.

Imagine Programming
03-10-2009, 04:29 PM
Didn't somebody ask about that the day before yesterday, or even yesterday? Darn you're quick :p :yes

Thanks :)

RizlaUK
03-10-2009, 05:13 PM
well, its only 1 function and theres no help file, real slap dash but its a working alternative :yes

Imagine Programming
03-10-2009, 05:20 PM
well, its only 1 function and theres no help file, real slap dash but its a working alternative :yes

Yeh, pretty neat for alot small files (or when no callback required, big files)

Thanks again:)

Desrat
03-10-2009, 07:09 PM
Yeh, pretty neat for alot small files (or when no callback required, big files)

Its not too difficult to create a loose callback with page timer and HTTP.GetFileSize & File.GetSize, gets more complicated the more files you download simultaneously though

actionstk..
03-11-2009, 05:04 AM
:yes thank RizlaUK nice plugin.. :yes:yes:yes

next new update i think plugin have support..
1.support callback return
2.support download on HTTP authentication ..!!!

thank RizlaUK :yes

Imagine Programming
03-11-2009, 05:41 AM
Its not too difficult to create a loose callback with page timer and HTTP.GetFileSize & File.GetSize, gets more complicated the more files you download simultaneously though

This would also slower down the progress on bigger files.

RizlaUK
03-11-2009, 06:14 AM
the intention (for me anyway) was to download a series of small files that link to bigger files (ram=rm) for streaming audio, my ram files are around 66 bytes so i really dont need a callback for the download progress

i can add a callback, but it will take some work, also true for authentication, but it will not be free.

mangomel
03-21-2009, 06:59 AM
Great job! I'm looking forward to new version of this plugin!

ButtonMaker
03-23-2009, 05:00 AM
i wonder if it is possible to know if a download start within web object or iexplorer plugin ? like do something if download starts ???

huynhkhuong
08-27-2009, 09:42 PM
:huh I can't download iexplorer plugins from that site.Plz check or refix...

Centauri Soldier
08-27-2009, 10:08 PM
Nice workaround Riz, thanks for sharing.:)

Intrigued
08-28-2009, 05:26 PM
Thanks RizlaUK.

Archived on AMSUSER.COM:

http://www.amsuser.com/ams/examples/RizlaUI-AMS7.5-DownloadActionPlugin.zip

Caroline
09-08-2009, 04:21 PM
well nice work:yes