Jump to content

Is multiple download possible?


Recommended Posts

I am making a program such that if a user clicks on a download button, download begins.

Currently, a user can download one file at a time. (Can't download multiple files at once)

I used InetGet() function.

But is it possible to download multiple files at the same time? for example, if you use IExplorer, you can download files while you are downloading other files.

I am not sure if this is technically possible to integrate this functionality in AutoIt3.

Thanks in advance.

Link to comment
Share on other sites

Hi,

background 3 parameter of InetGet.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Okay,... let's say I am downloading three files;File1, file2, file3.

While downloading, can I abort a specific download?

For example, while all three are being downloaded, how can I abort file2 only?

If i see InetGet, I can use Inetget("abort") to stop downloading.

But how can I set the abort for file2?

Hi,

background 3 parameter of InetGet.

So long,

Mega

Link to comment
Share on other sites

Hi,

you need to read the helpfile:

Note, only one download can be active at once, if you call the function again before a download is complete it will fail.

To abort a download call the function with just the first parameter set to "abort" like so:

InetGet("abort")

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...