To be able to upload large files from a HTML page to a FTP server, I am looking for a Java/Flash FTP upload applet.
I really like the way dhtmlxVault works, but I ne
Technically, any swing app would work with only small modifications if you have access to the code. If your ready to offer an applet, maybe you could even use java web start (would require even less changes).
What about this one (seems to be opensource)? http://jupload.sourceforge.net/applet-basic-picture.html
This is exactly what IntegralFTP is - a Java applet wrapped by Javascript. The GUI is all implemented in Javascript, and so you can change it how you like.
It supports SFTP, FTP and FTPS.
You can use IntegralFTP from http://www.integralftp.com, or purchase from here.
I tried the ZUpload Java applet.
Pro's:
Con's:
So my conclusion it that it is not ready to be used in a production environment. I still need a better solution.