Sunday, November 16, 2014

Re: File Download does not work on mobile phone

Hello Guys,

thanks for all your help.

I have now switch to a certificate from startssl.com (thx Jens). I am glad about this, now my side is accepted and no browser seems to complain anymore about unsecure connection to an unknown certificate.
But unfortunately this also does not help for download - still same result.

I read about older android problems for android versions 2.3.x. But this seems an older issue and is not a problem anymore nowadays with android 4.x.x. So i have still no idea on how to solve this.


I have my own calendar implementation which addionally allows download of any files from my computers for good friends and family whom i have given access. There should be no restriction about data to download.
I want to solve this problem with my implementation, so i will not look for other alternatives Evan, but thx for your suggest.
One more thing about your hints/question Evan: What i do on client side in gwt is just this one command:

              String url = Location.createUrlBuilder().setPath("/cajaservice/cajaorganizer/contents/currentfile/" + result.getDownloadKey()).buildString();
              Window.Location.assign(url);

So i just redirect to perform a get request on the file to download.So maybe i do something wrong here, or there is an alternative solution on client side to do?
(maybe you have a last suggestion...?)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment