View Single Post
  #1 (permalink)  
Old 11-01-2007, 10:06 PM
ibanez270dx ibanez270dx is offline
Member
 
Join Date: Nov 2007
Location: Bay Area, CA
Posts: 13
ibanez270dx is on a distinguished road
Updating Local Content
Hi everyone,
I am pretty new to Java... I've basically only used free applets on websites before, but now I need to write my own. I am not sure how exactly to start this little project coding-wise, so I figured I'd ask. At my company, we have an intranet site on which will have an "Update Files" button. When clicked, I want a Windows Popup to come up and search a specific folder on the user's computer for an assortment of files and then compare these to a corresponding folder on the server containing updated versions of files or brand new files. If new versions of files or new files are available, I want the popup to display them and prompt to download. When the user clicks download, I obviously need the program to overwrite all the older versions of files, as well as download the new ones into the specific folder. I was thinking that to check if a file is updated, it would check the date modified or date created. Any help is appreciated!

Thanks in advance,
- Jeff
Reply With Quote
Sponsored Links