Question about file upload with TomCat
Im creating a java website using tomcat 5.5 and eclipse. In the site i have an option to upload a file to a database, which works perfectly. The problem is that when trying to download the file from the database Tomcat does not see the file on the server.
My steps are when the page loads the file will be read from the database and saved to a physical folder on the server. The page will then populate with a link to the file on the server.
However when the file is saved on the server tomcat doesn't see the file and gives an error file not found. I have to go in ecplise and refresh the folder tree so that i can see the new files. Then the link works. How do i auto refresh tomcat to see the files?
Message was edited by:
CCFlash
Message was edited by:
CCFlash

