ZicZag 0 Posted August 4, 2010 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? Share this post Link to post Share on other sites
Jos 2,208 Posted August 4, 2010 This is not possible unless the webserver supports it. 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. Share this post Link to post Share on other sites
ZicZag 0 Posted August 4, 2010 Can you explain me how does the web server supports such a thing? and why some doesn't? Share this post Link to post Share on other sites
Jos 2,208 Posted August 4, 2010 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. Share this post Link to post Share on other sites
ZicZag 0 Posted August 4, 2010 It's not possible for my case 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? Share this post Link to post Share on other sites