Re: doDelete Servlet

2015-09-07 Thread Kiran Badi
Yup I solved this , just not deleting anything, I am not just setting flag to yes or no. Thanks Chris. On Fri, Sep 4, 2015 at 3:44 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Kiran, > > On 9/4/15 3:19 PM, Kiran Badi

doDelete Servlet

2015-09-04 Thread Kiran Badi
Hi , I have CRUD Multipart request and I have implemented it correctly works fine at my local host. I have upload upload pdf and tiff files, all this implemented via ajax call using onchange handler on file input multiple tag. The challenge I am having is that doDelete just deletes the file

Re: doDelete Servlet

2015-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kiran, On 9/4/15 3:19 PM, Kiran Badi wrote: > I have CRUD Multipart request and I have implemented it correctly > works fine at my local host. > > I have upload upload pdf and tiff files, all this implemented via > ajax call using onchange handler