-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> I want a (nearly) free java applet that I can put on a page 
> that will pop up a file
> requester when a button is clicked and upload the file chosen (with
> progress bar/something) to a (not necesarily) CF template on site.
> 
> Preferably the applet would invoke some javascript function with
> appropriate attributes when the upload is complete so that 
> page content
> (say an image) could be updated right before the users eyes.
> 
> I looked into writing this myself, and indeed had a prototype
> (which didn't actually transfer stuff) running in applet viewer 
> before I realised
> that to get it working everywhere I would have to fork out to get a
> certificate to sign the classes so that a file requester 
> could be opened
> in a browser.
> 
> Anybody know if such a beast exists ?

To the best of my knowledge, a Java *applet* can not read or write
any files on the client's hard disk.  That's a security thing,
otherwise...  Well I'm sure you can see the nasty security
implications of a webpage being able to read or write users'
files....  A Java application could do what you seek, but that can't
be embedded in a browser.

We ran into the same problem going in the oposite direction -- our
users want to batch download files from our site.  We've started
implmenting it as an ActiveX component in VB.  It's not cross
platform, or course, but as far as I know, it's the only way to
access users' file systems.

Best regards,
Zac Bedell

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBOd3hNQraVoMWBwRBEQKlngCdE7Yd6L/0o8NCkAR3GhS55EFqQC0AoJK2
sWto7DinuxAlhPTLtWm6Uujx
=DZPY
-----END PGP SIGNATURE-----
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to