You can write simple servlet/jsp that does the uploading.
If you can write a simple app with html front end and java backend for file uploading, you can transparently replace front-end with Flash based uploader. You have to take care of cases when multiple-files are being uploaded together, on server-side you might need to check for that do the appropriate. -abdul On 23 Jan 2007 20:29:28 -0000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I'm trying to implement the file upload using the FileReference class and can't find an example of the JAVA code that would be required, I've found .net and php but no java, does anyone have an example ? Cheers Grant

