hello guys,
i wrote a script that used pear's excel spreadsheet writer where the extracted data is downloaded on the d:\ of the user. the thing is it works on my localhost (i am developing locally but i am connected to a home network) where the file is downloaded in MY d:\ but when i use another computer in our network it doesn't work (file is not present in d:\ of the other computer in the network).
any tips folks? or should i install a local PEAR installation in the OTHER computer for it to work?
thanks in advance!
PEAR excel spreadsheet writer
Moderator: General Moderators
-
spitfire_esquive
- Forum Commoner
- Posts: 37
- Joined: Sun Nov 06, 2005 6:46 am
-
spitfire_esquive
- Forum Commoner
- Posts: 37
- Joined: Sun Nov 06, 2005 6:46 am
-
spitfire_esquive
- Forum Commoner
- Posts: 37
- Joined: Sun Nov 06, 2005 6:46 am
if the machine you orginally ran the script from is also your web server then yes the file will show up in your D:\ drive
When you use another machine it won't have access to the d:\ drive on the 2nd computer.
So you will have to create link to download the file or some other such thing as I haven't use that pear package before.
When you use another machine it won't have access to the d:\ drive on the 2nd computer.
So you will have to create link to download the file or some other such thing as I haven't use that pear package before.