Hello all,
I am a desktop programmer getting my feet wet on the web. I am trying to
build a .net website that will keep a set of local files synchronized with
a master set on the web.
Using a cookie I can keep track of when the user last synced and build a
file list in my asp.net code that displays which files need downloading.
Next I want to put a button on the page that will download all of the files
sequentially and put them in the appropriate local directories. I do NOT
want a save dialog opening for each file, as there may be dozens of files
at a time. The first time a user connects there could be 500 files!
Can this be done using javascript alone, or do I need to create some sort
of ActiveX object?
Thanks for any advice and direction...
Marc Pelletier