We're trying to embed a photo gallery uploader which allows users to browser
their folders and files from within the flash site. I know that a java applet
may be the best solution and am looking into how to access similar
functionality using flash remoting.
Can I do this natively with flash and avoid using java altogether? Do we need
JRUN? Can we use our Com Server for this? Can someone give me more information
on how to accomplish this?
Appreciate it.
MaxManNH - 27 Oct 2007 01:23 GMT
Flash has a FileReference class that allows you to do uploads and downloads via
a flash front end. I am only aware of doing this with .NET as the back end
server technology. I also think that the FileReference class may be
specifically for working with .NET but I am not sure.