Hello,
I'm using GWT.getHostPageBaseURL() to access a file in my server, right now, what i deploy is the war file containing my folder docsFromUpload.
C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ipres\docsFromUpload
I access the files inside using this:
But the directory changed such that my docsFromUpload is now outside (one level higher) of my deployed war file, may I know how I can still access filename.doc? Using the code above, I can't seem to reach filename.doc in this directory:
C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\docsFromUpload
Thank you in advance!
Regards!