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" <anim...@gmail.com> 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 lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to