Can a browser based application write to files on a local hard disk?

H. K. Bemis kbemis at ozonecomputer.com
Mon Jan 28 13:41:52 EST 2008


In general, any web application should never depend on the user to do
the right thing.  Ever.

A DB might be more then you'd like, but it would offer greater
performance then a flat file.  If you didn't want to use something like
MySQL you could use something like SQLite.  I've used both PHP and PERL
with SQLite and found it just the right fit for light databases.

~kurth

-----Original Message-----
From: Alex Hewitt <hewitt_tech at comcast.net>
To: Bill McGonigle <bill at bfccomputing.com>
Cc: GNHLUG <gnhlug-discuss at mail.gnhlug.org>
Subject: Re: Can a browser based application write to files on a local
hard disk?
Date: Mon, 28 Jan 2008 13:19:47 -0500

The program is just a program that keeps track of diet data. So the
person would be recording their weight and the date it was taken. As
such it really doesn't need anything as complicated as a database. A
simple text file would do. The thing is I'm not the least bit interested
in who the person is or what weight data they enter. But of course if
the person wants to track this data they would probably be upset if it
got lost. The reason I thought about using a browser based application
is precisely to avoid having the user need to download an application
that might depend on anything beyond the browser itself.

-Alex

P.S. I'd probably have a how it works section that would describe the
format of the data, where it is stored etc..


On Mon, 2008-01-28 at 12:25 -0500, Bill McGonigle wrote:
> On Jan 28, 2008, at 10:57 AM, Alex Hewitt wrote:
> 
> > Need a web application which collects user data that needs to
> > be stored on the user's local hard disk.
> 
> Define 'data'.
> 
> -Bill
> 
> -----
> Bill McGonigle, Owner           Work: 603.448.4440
> BFC Computing, LLC              Home: 603.448.1668
> bill at bfccomputing.com           Cell: 603.252.2606
> http://www.bfccomputing.com/    Page: 603.442.1833
> Blog: http://blog.bfccomputing.com/
> VCard: http://bfccomputing.com/vcard/bill.vcf
> 
> 
> 
> 

_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss at mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/



More information about the gnhlug-discuss mailing list