Using Applets into my web solution

Hi all!

Can I use any applet into my web solution?.

I’d tried this one, placing it into the folder beans…the applet seems to be loaded (looking java console) but nothing happens :cry:. If I try it from a single html web page it works fine.

Best regards. Roberto.

Servoy 4.1.7
Oracle 11g
Windows 7/Debian

You can use Applets in your Smart Client solution just by dropping the Applet into your beans folder. However to use an Applet in the Web Client, you would need to put an HTML_AREA field on your form, and write the html code to load the Applet.

Also, you do realize that uploading files to the server is a function that is built into Servoy? and yes it works on the web client.

Thanks for your reply goldcougar.

I’m gonna test the way you say.

The problem with servoy’s file plugin is to select the directory from where the files will be uploaded, it only works in servoy 5.x.

Best Regards. Roberto.