Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / client / FileUploadGearsDialog.java @ bed4db0d

History | View | Annotate | Download (13.6 kB)

# Date Author Comment
9ad7d9ae 06/22/2009 04:02 pm Panagiotis Astithas

Fix uploads for files with funny names, by using URL.encode() instead of URL.encodeComponent(). The latter is required for HTML form-based uploads only.

c6f2b274 06/19/2009 05:09 pm Panagiotis Astithas

Properly cancel the upload for both gears-enabled and regular file uploads. This doesn't seem to be working in my localhost tests, but it must be either a bug in gears, or the too fast connection to the server from the loopback interface.

22eb1f84 06/16/2009 05:35 pm Panagiotis Astithas

Perform the validation checks for every selected file and do it before starting the file uploads. Also, handle all possible error responses to the PUT requests.

3de5aa1e 06/16/2009 02:00 pm Panagiotis Astithas

Add a help comment on the file upload dialog mentioning the extra functionality provided by google gears and a link for installing it.

4fc9ea8b 06/15/2009 05:36 pm Panagiotis Astithas

Use separate progress bars next to each file, in order to better track the progress of the upload process.

204107fb 06/15/2009 04:01 pm Panagiotis Astithas

Introduce TransactionHelper, a utility class for retrying the supplied transactional command in the face of rollbacks caused by optimistic lock exceptions. This allows multiple file uploads to succeed, even in a single core system.

Also make hitting the ENTER key behave the same as clicking the Upload button.

a8ede553 06/15/2009 12:24 pm Panagiotis Astithas

Fix uploading file when a synonymous one is in the trash.

5c6b4b2c 06/12/2009 06:02 pm Panagiotis Astithas

First rough implementation of the file upload functionality using Google Gears. Multiple file uploads are still buggy, but single file uploads are mostly working as before.