I try to modify the upload example 
(http://www.wicket-library.com/wicket-examples/upload/single)  for my own need.
I would like to be able to upload the file in a directory under my context (ie. 
tomcat_install/webapps/MyApp/DownloadedFiles) and generate the corresponding 
internet url for the files (ie. 
http://localhost:8080/MyApp/DownloadedFiles/file1)

How can I get the local and internet paths from my appli. ?

Thanks in advance


Pierre

Reply via email to