Click to See Complete Forum and Search --> : files


repalley
September 1st, 2004, 10:11 AM
hello,

can i create .csv file on clients mechine and write excel data to it and open file from client machine. i want to do this based on ip address is it possible

my projects dll is running on server, so when i run my project, its creating file on server and when it comes redirecting (iam trying to redirect .csv file) its trying to show file from local
machine(created file is on server)?
is there any way to solve this

this application is web application

any ideas???

MRutledge
September 1st, 2004, 07:14 PM
I do not think you can create a file on the clients machine. That would pose huge security risks...You might have to rethink your structure and come up with a way to create a temp file for each client and store that in a database or on the server.