Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / client / FileUploadGearsIEDialog.java @ a60ea262

History | View | Annotate | Download (2.9 kB)

# Date Author Comment
5210ea4c 11/30/2010 02:29 pm Natasa Kapravelou

Minor fixes related to Issue 60.

4cef6f04 11/30/2010 01:14 pm Natasa Kapravelou

Fixes after code review, these solve Issue 60.

e0ba0b0e 11/26/2010 04:30 pm Natasa Kapravelou

Make the progress bar in IE with Gears functional.

e0c0ebc0 11/26/2010 12:09 pm Natasa Kapravelou

Change the way the upload of multiple files, using Gears, works. Deferred Command was removed and a file is uploaded only when the previous file has finished uploading.

023f6f1e 07/08/2010 01:57 pm Panagiotis Astithas

- Add an administration application.
- Remove the redundant RequestBuilder wrapper for efficiency.
- Fix warnings.
- Ignore the admin app build artifacts.
- Guard against users without userclasses in the DB.
- Add a dev mode launcher for debugging the admin app.

9fd42cf4 08/07/2009 05:39 pm Panagiotis Astithas

Fix multiple file uploads in IE using Google Gears. It needed a POST instead of PUT, which required accommodating it in the server-side code. Also, error codes from file uploads are not handled in IE, since merely accessing the request.status field throws an internal error.