> > > > > Any way I got the solution in getting the file name. I changed in > > postInsert(). > Could you debug why the full pathname is inserted? I thought > this should'nt happen... We try to elimate the pathname > inside the framework. > Wich server - client combination do you use? > I only develop and test with a windows system - it's possible > that there are some bugs with filename handling under linux server. > It is great if you help to fix this!!!! > > I think the problem is because of the directory delimeter > in Linux is "/" > where as in Windows it is "\". > So it got the file name along with the path as > "C:\..\filename " and even stored in the corresponding > directory(as mentioned in dbforms-config.xml) with the whole > windows path as a single file name. > > My Server is Linux and I was accessing the web application > from a Windows XP system.
Sounds interrestings. Seems that there is a really problem inside. Dbforms uses the fileseperatorchar from the server. So this seems not to work correct I must think about. In my opinion we should use both / and \ as fileseperator. What do you do in your interceptor? > > access path. > Seems to be a tomcat problem. Which tomcat version do you use? > > Yes the problem was with the tomcat. I am using Tomcat 5.0.25 Could you use tomcat 5.5? I seems much more stable and has an build in java compiler. Henner ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
