Re: Medievan

2014-10-20 Thread Ender Kilicoglu
forwarding, i will check it thanks Ender 20 Eki 2014 19:01 tarihinde Joseph Lust lifeofl...@gmail.com yazdı: Endi, My apologies. I mean that you can allow S3/Cloudfront to serve all static resources (html/js/img/tile/sound) so that your servers don't have to carry this load. Given that GWT makes all

Re: How to upload a file using GWT ?

2009-02-11 Thread ender
with the execution of the servlet. On Feb 10, 6:20 pm, ender alin.p.voi...@gmail.com wrote: Hy guys, I find myself in a middle of a problem, because I don't know how can I upload a file using the GWT. I will give you an example of what I am doing. Please help me figure this out

How to upload a file using GWT ?

2009-02-10 Thread ender
Hy guys, I find myself in a middle of a problem, because I don't know how can I upload a file using the GWT. I will give you an example of what I am doing. Please help me figure this out //... code FileUpload fileUpload = new FileUpload(); fileUpload.setName(file);