Re: Getting file size in client side

2009-12-23 Thread Manuel Carrasco Moñino
NO, you have to send it to the server where you can read the content-length in server side an close the connection early. Neither you can cancel the upload process once the form has been submitted, only the server can do. You can take a look to the gwtupload library which does it. Regards Manolo

Re: Getting file size in client side

2009-12-23 Thread Lothar Kimmeringer
Manuel Carrasco Moñino schrieb: NO, you have to send it to the server where you can read the content-length in server side an close the connection early. Neither you can cancel the upload process once the form has been submitted, only the server can do. You can take a look to the gwtupload

Getting file size in client side

2009-12-08 Thread subbu
Hi all, I am using a fileupload component in my apps.like final FileUpload fileUpload = new FileUpload(); uploadFormPanel.addButton(new Button(upload, new ButtonListenerAdapter() { public void onClick(Button button, EventObject e) {