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 in linux(Debian)
> using tomcat server I am facing this issue:
> 
> The onsubmit method is called for all the file formats.
> onSubmitComplete method is called only when text files are uploaded.I
> want to use onSubmitComplete event 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to