Thanks for your reply,though I am not using gwt-upload but I tried initially but it did not worked according to my expectations so now I am using the simple FileUpload control.It is working well in windows but not in linux can you suggest me some reason why this is happening because at the moment I am completely unable to figure out a reason why this is happening so.
On Aug 10, 4:29 pm, Jeff Chimene <[email protected]> wrote: > On 08/10/2011 04:26 AM, aman wrote: > > > Hi, > > > I have created a file upload system which allows the user to > > upload .txt,.xls and .csv formats.When I executed in windows it is > > running fine but now when I deployed the application inlinux(Debian) > > using tomcat server I am facing this issue: > > > The onsubmit method is called for all the file formats. > >onSubmitCompletemethod is called only when text files are uploaded.I > > want to useonSubmitCompleteevent as I am using progress bar and > > wanted to perform necessary action on this event. > > Have you considered gwt-upload? > > I think it works w/ Tomcat. I've had great luck with it cross-platform. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
