Welcome Guest, Not a member yet? Register   Sign In
Java applet crashes after putting a slash or parameter into the link...
#1

[eluser]gunter[/eluser]
I am using the helpful postlet java applet for uploading files,
now I wanted add an url parameter so I can tell the applet where to upload it or something like that...
and then the thing crashes!! Do you understand my surprise?

I have a static view with the applet code...
and then I call:
http://localhost/index.php/albums/postlet -> java applet works....
http://localhost/index.php/albums/postlet/ -> java applet crashes....
http://localhost/index.php/albums/postlet/something -> java applet crashes....

the function just looks like this...
Code:
function postlet()
    {
        $this->load->view('postlet_view2');
    
    }

I know that there is nothing to get the parameter, but it should work!

I am not expecting that someone can help me - just a try... 8-/


Messages In This Thread
Java applet crashes after putting a slash or parameter into the link... - by El Forum - 07-26-2007, 03:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB