RE: [dbforms] Problem in putting file name in database using diskblob

2006-03-16 Thread Henner Kollmann
> > > > > 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

RE: [dbforms] Problem in putting file name in database using diskblob

2006-03-15 Thread Akasmika . Dash . TCS
Hello, > > 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

RE: [dbforms] Problem in putting file name in database using diskblob

2006-03-14 Thread Henner Kollmann
Hello, > > 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

RE: [dbforms] Problem in putting file name in database using diskblob

2006-03-13 Thread Akasmika . Dash . TCS
e.net> Subject RE: [dbforms] Problem in putting file name in database using

RE: [dbforms] Problem in putting file name in database using diskblob

2006-03-12 Thread Akasmika . Dash . TCS
e.net> Subject RE: [dbforms] Problem in putting file name in database using

RE: [dbforms] Problem in putting file name in database using diskblob

2006-03-12 Thread Henner Kollmann
bforms] Problem in putting file name in database > using diskblob > > > Hello, > > Currently I am facing a problem while uploading a file using > diskupload. My Tomcat server is a linux server. So while I'm > trying to upload a file in a page from my Windows ma

[dbforms] Problem in putting file name in database using diskblob

2006-03-12 Thread Akasmika . Dash . TCS
Hello, Currently I am facing a problem while uploading a file using diskupload. My Tomcat server is a linux server. So while I'm trying to upload a file in a page from my Windows machine, it is storing the whole path i.e. C:\Tomcat\\filename How can I store only the file name in the database.