[appengine-java] Re: File size when downloading files is missing

2010-10-20 Thread rapher
Am i really alone with this problem? blobstoreService.serve(blobKey, byterange, res) doesn't work either. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com.

[appengine-java] Re: File size when downloading files is missing

2010-10-25 Thread rapher
So, i've played a bit and tested some things. Before serving the blobkey i now set the header of the respond this way: res.setHeader("Content-Length", Long.toString(blobInfo.getSize() )); res.setHeader("Content-Size", Long.toString(blobInfo.getSize() )); Setting the header works, the respond say