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
eck 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 f

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: h

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
ed. You'd have to perform the check on the server > anyways, > > > so why bother with client side validation at all? > > > > > --Sri > > > > > On 11 May 2010 16:48, GWT Groups wrote: > > > > >> Hello Friends > > > > >> I required

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
the check on the server anyways, > > so why bother with client side validation at all? > > > --Sri > > > On 11 May 2010 16:48, GWT Groups wrote: > > >> Hello Friends > > >> I required your views.. > > >> " Can we check uploaded fil

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
y be bypassed. You'd have to perform the check on the server anyways, >> so why bother with client side validation at all? >> >> --Sri >> >> >> >> On 11 May 2010 16:48, GWT Groups wrote: >> >>> >>> Hello Friends >>> >>

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
de validation at all? > > --Sri > > > > On 11 May 2010 16:48, GWT Groups wrote: > >> >> Hello Friends >> >> I required your views.. >> >> " Can we check uploaded file Size at client side in GWT by Reading the >> "header i

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
all? --Sri On 11 May 2010 16:48, GWT Groups 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 tel

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. P