Hi,
I will allow users to download one zip file(contain HTML file and 1 image directory with -gif,jpeg files) to his local hard disk.
HTML file contain source code to display images
when user execute the 'HTML' file locally.I will display the images present in the local directory one by one in loop until user close the browser.
I want to implement like this
If i execute the 'HTML' file locally,first it needs to connect to server(i will use AJAX and i will connect to server) and check for any updates(other than images present in local directory).If there is any updates, he will download images and also updated HTML file to his local hard drive .
Using the 'updated HTML file' he can display the images locally.
I am having some doubt with all these issues:
1) how can i differentiate between already downloaded images and yet to download images in the server(i will store all the images in one directory).
2) Is there any way where i can download the updates automatically to client desktop (instead of prompting for 'save as' dialog box confirmation) from server
3) This HTML File needs to check for updates for every hour.If there is any updates.It needs to automatically get downloaded to client desktop(no 'save as' dialog box confirmation)
i am looking for some help from you guys
A.suresh
I will allow users to download one zip file(contain HTML file and 1 image directory with -gif,jpeg files) to his local hard disk.
HTML file contain source code to display images
when user execute the 'HTML' file locally.I will display the images present in the local directory one by one in loop until user close the browser.
I want to implement like this
If i execute the 'HTML' file locally,first it needs to connect to server(i will use AJAX and i will connect to server) and check for any updates(other than images present in local directory).If there is any updates, he will download images and also updated HTML file to his local hard drive .
Using the 'updated HTML file' he can display the images locally.
I am having some doubt with all these issues:
1) how can i differentiate between already downloaded images and yet to download images in the server(i will store all the images in one directory).
2) Is there any way where i can download the updates automatically to client desktop (instead of prompting for 'save as' dialog box confirmation) from server
3) This HTML File needs to check for updates for every hour.If there is any updates.It needs to automatically get downloaded to client desktop(no 'save as' dialog box confirmation)
i am looking for some help from you guys
A.suresh
Comment