Hi
I'm sorry because my English is very bad ;);)
I want to do Back Up System
Not only raise and download files
But I mean the dates set up files and etc ...
Second and more importantly
I want the user on my site ..When the press of a button... Implants in his computer folder (in Document in C) " Not in the server site."
Then give him a message "The folder name .... Created automatically in your computer .. Place the folder of your project
Whenever the user is logged on ... Look at this folder and raise them inside the folders
Only ^^
I do not know what extent the idea difficulty programmatically ... Can I apply?? Help me
4 replies to this topic
#1
Posted 22 September 2011 - 06:42 PM
|
|
|
#2
Posted 23 September 2011 - 04:34 AM
1) There are already backup programs for Windows available. This is a lot more complicated than just copying files. You also have to copy the registry, and various other settings, that generally can't be copied while in use.
2) If you're doing this from a website, most browsers are NOT going to let you do that. It would be a massive security hole.
2) If you're doing this from a website, most browsers are NOT going to let you do that. It would be a massive security hole.
#3
Posted 23 September 2011 - 10:01 AM
Thanks
But I did not understand..;) why this is a security risk??
When the site create Folder in the user's computer that is a security risk?:confused:
Can you explain more?^^
But I did not understand..;) why this is a security risk??
When the site create Folder in the user's computer that is a security risk?:confused:
Can you explain more?^^
#4
Posted 23 September 2011 - 10:18 AM
Think about it: if the user does not interact with the process, you could be saving ANYTHING in the root folder, such as an auto-downloader for a virus. On some versions of Windows, a user-level process isn't even allowed to write to the root folder.
Now, if you want to save it to the user's Documents folder (which may or may not be on C), that's different, and less of a risk. Most browsers, however, still won't allow that without some interaction with the user.
Another thing: what if your user is on a Mac or iPad? What should happen then?
Now, if you want to save it to the user's Documents folder (which may or may not be on C), that's different, and less of a risk. Most browsers, however, still won't allow that without some interaction with the user.
Another thing: what if your user is on a Mac or iPad? What should happen then?
#5
Posted 24 September 2011 - 05:08 PM
Thanks
I understand now^^
I understand now^^
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









