Add an API method for receiving the progress in file uploads. It's a GET request...
authorpastith <devnull@localhost>
Tue, 10 Mar 2009 10:42:19 +0000 (10:42 +0000)
committerpastith <devnull@localhost>
Tue, 10 Mar 2009 10:42:19 +0000 (10:42 +0000)
commitf5903adf3eece7b9ee8ee409c49cad07bc3b33b7
tree0e2717057d426058957dd23e7d242ac86f374a14
parent1d36b9411db4b61b2398a4c2b14b72ac2b7d6ccc
Add an API method for receiving the progress in file uploads. It's a GET request on the file URI with the "progress" parameter containing the file name. For file updates the file name can be omitted.
gss/src/gr/ebs/gss/server/rest/FilesHandler.java