Re: Can we check uploaded file Size at client side in GWT by Reading the header info of the file

2010-05-12 Thread Jérémie
uploaded file Size at client side in GWT by Reading the header info of the file? Please if this is possible than please tell me how to do this. I have done lot of search on this but not get any thing till now. Please Help me. I am waiting for you response your Friend Ankit -- You

Can we check uploaded file Size at client side in GWT by Reading the header info of the file

2010-05-11 Thread GWT Groups
Hello Friends I required your views.. Can we check uploaded file Size at client side in GWT by Reading the header info of the file? Please if this is possible than please tell me how to do this. I have done lot of search on this but not get any thing till now. Please Help me. I am

Re: Can we check uploaded file Size at client side in GWT by Reading the header info of the file

2010-05-11 Thread Sripathi Krishnan
Groups new.ankitj...@gmail.com wrote: Hello Friends I required your views.. Can we check uploaded file Size at client side in GWT by Reading the header info of the file? Please if this is possible than please tell me how to do this. I have done lot of search on this but not get any thing

Re: Can we check uploaded file Size at client side in GWT by Reading the header info of the file

2010-05-11 Thread Frank Harper
wrote: Hello Friends I required your views.. Can we check uploaded file Size at client side in GWT by Reading the header info of the file? Please if this is possible than please tell me how to do this. I have done lot of search on this but not get any thing till now. Please Help me

Re: Can we check uploaded file Size at client side in GWT by Reading the header info of the file

2010-05-11 Thread Sripathi Krishnan
, GWT Groups new.ankitj...@gmail.com wrote: Hello Friends I required your views.. Can we check uploaded file Size at client side in GWT by Reading the header info of the file? Please if this is possible than please tell me how to do this. I have done lot of search on this but not get

Re: Can we check uploaded file Size at client side in GWT by Reading the header info of the file

2010-05-11 Thread AndreAgosto
...@gmail.com wrote: Hello Friends I required your views.. Can we check uploaded file Size at client side in GWT by Reading the header info of the file? Please if this is possible than please tell me how to do this. I have done lot of search on this but not get any thing till now

Re: Can we check uploaded file Size at client side in GWT by Reading the header info of the file

2010-05-11 Thread Frank Harper
file Size at client side in GWT by Reading the header info of the file? Please if this is possible than please tell me how to do this. I have done lot of search on this but not get any thing till now. Please Help me. I am waiting for you response your Friend Ankit

Re: Can we check uploaded file Size at client side in GWT by Reading the header info of the file

2010-05-11 Thread kozura
You don't have to wait for the server to download the entire file to give a response, you can get it right away and send back an error immediately; just the cost of a quick round trip to the server. As suggested in many similar posts, gwt-upload is a pretty good solution for file uploads in GWT: