Network Volume Actionscript?

Hey All,

I’m going to hazard a guess and say that for security reasons you can’t, but is there a way to have an actionscript run client-side off a server when an item is copied to a folder? I have some drop boxes, and I’d like to give some sort of visual confirmation that the item was copied to the drop box.

Thanks,
-Rob

Not really… although lets see. I suppose you could maybe do the following. Setup a folder action script on the server that triggers on the copying to. This script would have to figure out who dropped the file and based on that would fire off a remote apple event to the machine of the end user which presents a dialog or alert.

No idea if it will work mind you (simply theory crafting), but it’s the only way I can think of immediately.