Re: Mounting a Volume From a WebPage(Safari)
Re: Mounting a Volume From a WebPage(Safari)
- Subject: Re: Mounting a Volume From a WebPage(Safari)
- From: email@hidden
- Date: Mon, 29 Aug 2005 22:09:38 -0400
On Aug 29, 2005, at 9:41 PM, David Faerberboeck wrote:
I am hoping someone can assist me. I am attempting to
add the ability for users to upload multiple files in
my web-based application (we are using Safari on
Panther). What I have attempted to do is write a Java
applet that uses Cocoa to call an AppleScript
(NSAppleScript). This approach works fine if I run
the Java code in the terminal but running it as an
applet does not work. Can this be done? Is there a
better way to do it? I am not stuck doing this in
Java - just figured it would be the easiest for
deployment.
You mean you're writing it in Cocoa-Java? I'm not sure that applets
to be used on the web support that. You might want to try using a
"pure" java applet, and then use JNI to access the cocoa methods
(possibly even through objective-c). Admittedly, I haven't ever
worked with JNI, but if nothing else comes up, it might be worth a shot.
Cameron
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden