Friday, 16 August 2013

Http Range in GWT for a resumable download

Http Range in GWT for a resumable download

I want to find out a way for fetching HTTP_RANGE (sending by http request
from browser or download manager) in gwt. I found it in php
(_SERVER['HTTP_RANGE']) but i couldn't find a solution for java.
The work that i want to do, is a way for resumable file download using gwt.

No comments:

Post a Comment