Although I'm unsure of why this might be an ethical question if the user
knows it's occurring.
It is definitely possible to write to a file. You need to take into
consideration a few things:
Is the server Unix/Linux or Windows or Mac?
Are many people going to be using this program and could they write
simultaneously to the file?
If so you will have to program some type of file locking scheme to
prevent file corruption.
Decide which language to use; both PERL and Java can do the job.
If this is supposed to be secure information, then place the file
somewhere out of the reach the server program; i.e.. Iplanet, Apache, etc.
You should probably consider some encryption ideas or a secure
database.
These aren't direct answers, but rather considerations that might change
your plans.
Regards.
"J�rn Madsen" wrote:
> Hi again,
>
> I am using FileIO Xtra, but the file is stored on the local computer.
> I need to store it on a folder on the server so another user can
> use it when he/she loads the shockwave.
>
> I would like to store modifications made on the shockwave in a txt-
> file, and then give another person an ID. When the shockwave reads
> that ID it will search for a txt-file on the server where the shockwave
> where launched.
>
> J�rn
>
> >I think the FileIO Xtra should be an excellent choise for creating txt
> >files. It works great for me that is..
> >
>
> ===================================================================
> EASY and FREE access to your email anywhere: http://Mailreader.com/
> ===================================================================
>
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
> email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming Lingo. Thanks!]
--
---
Peter Tierney
Digital Publications Team Manager
Society of Exploration Geophysicists
---
8801 South Yale
Tulsa, OK 74137-3575
phone 918-497-5559
---
SEG web site: http://seg.org
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]