Jump to content

Recommended Posts

Posted

Hi,

I'm working on an encryption software which works with a key-file,

This key-file will be uploaded to a server and the encryption process ends but when it comes to decryption I don't want the software to download the whole key-file first but to read a line and then decide whether to download the whole key or show an error message.

*I don't wanna use any Php code here just with the Autoit* is it possible?

  • Developers
Posted

Webpages can have Serversite scripts/programs and clientsite scripts.

The serversite scripts/programs determine what information is presented to the client, so if you want a single record to be fed to the client you need some sort of Serversite script/program.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

It's not possible for my case :blink:

is there any possible way to stop the download when it reaches to a known data? like just downloading a few kb of the file and then terminate the download?

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
×
×
  • Create New...