Your request needs to be like:
http://localhost:8080/download.html?link=http%3A%2F%2Ftest.com%2Ffile.zip%2612345678
and on the server side you can get the link from parameter with
S.param("link")
On Mar 9, 4:38 pm, "Neil.Lv" <[email protected]> wrote:
> I want get the these strings (http://test.com/file.zip&12345678)
> from the
> URL (http://localhost:8080/download.html?link=http://test.com/
> file.zip&12345678)
>
> Thanks very much!
>
> Cheers,
> Neil
--
You received this message because you are subscribed to the Google Groups
"Lift" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en.