rajs1
10-14-2004, 03:26 AM
I have written a Laszlo App that allows a person to register (with email address).
After logging in (with emailed password) I want to show a grid of download options as follows:
App (Demo) vX.X Size
Win 98/2k/XP download xx MB
Mac OS X download xx MB
Unix download xx MB
Ideally I would like the "download" to be a button that calls up a servlet, so that within that servlet I can
response.sendRedirect("http://myserver.com/files/app.exe")
The registration, loggin in etc has been done using javarpc and it all works fine.
I don't thin I can use javarpc for the "download" bit (can I?)
How can I call a servlet (something to do with doRequest() is it?).
Can you please point me to the correct documentation please.
Also can I pass the sesion info from my Laszlo App to the download servlet?
Cheers
-raj
After logging in (with emailed password) I want to show a grid of download options as follows:
App (Demo) vX.X Size
Win 98/2k/XP download xx MB
Mac OS X download xx MB
Unix download xx MB
Ideally I would like the "download" to be a button that calls up a servlet, so that within that servlet I can
response.sendRedirect("http://myserver.com/files/app.exe")
The registration, loggin in etc has been done using javarpc and it all works fine.
I don't thin I can use javarpc for the "download" bit (can I?)
How can I call a servlet (something to do with doRequest() is it?).
Can you please point me to the correct documentation please.
Also can I pass the sesion info from my Laszlo App to the download servlet?
Cheers
-raj