Say I have a perl script www.****/cgi-bin/test.pl
In the script, I want to call the applet. And the applet will process a jpg and then display it. But the problem is that the applet can only read jpgs that is in the same directory as where the applet is at.
I tried to upload some jpgs to /cgi-bin but i just found that this wont work.
I also tried to upload the applet and jpg to /public_html and call it in the perl script by using "/applet.jar" and "/applet.class", however this doesnt work too.
In other words, I can only put the applet and the jpg in /cgi-bin. Any way I can make the applet work?