Here is a hypothetical. Say I have some data on a server that represents some sort of configuration and I want to download this information to the client machine and save it into a file for later uploads back to the server.
Is there a security issue? Is this possible without special options in IE? Is there another way to accomplish this? Do I have to write this information to a virtual file on the server first and then download it using the usual HTTP style (I'd rather avoid this if possible)?
Is there a security issue? Is this possible without special options in IE? Is there another way to accomplish this? Do I have to write this information to a virtual file on the server first and then download it using the usual HTTP style (I'd rather avoid this if possible)?