Issue Details (XML | Word | Printable)

Key: ABICLOUD-222
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Albert Puig
Reporter: Diego Parrilla
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Abiquo

Upload does not show progress information on the screen

Created: 09/Oct/09 05:38 PM   Updated: 22/Oct/09 11:23 AM   Resolved: 21/Oct/09 03:33 PM
Component/s: User Interface
Affects Version/s: abiCloud-1.0.0-SNAPSHOT
Fix Version/s: abicloud-1.0.0PR2

Time Tracking:
Not Specified


 Description  « Hide
There is no information about the percentage of upload or download. Since this images are normally huge, it would be a good idea to show the percentage of upload and download.

Xavier Fernandez added a comment - 10/Oct/09 06:22 AM
Analyze if it's possible to do it and incorporate to the download/upload process

Albert Puig added a comment - 19/Oct/09 04:58 PM
The download of virtual images from the AM repository to the client computer is managed by the browser.
The HTTP header 'Content-Length' is added on the response in order to determine the size of the attachment.

it was tested with Firefox, Opera and Safari, let me know if exist a problem with that header in other browsers.

Albert Puig added a comment - 20/Oct/09 01:54 PM
the upload progress can be obtained using the OVFid, for upload images is of the form : "upload/imageName/envelope.xml". Using the same function as download (''getDownloadProgress")

Albert Puig added a comment - 20/Oct/09 05:27 PM
remains client work

Albert Puig added a comment - 21/Oct/09 03:33 PM
Note that the upload process take two steps:
1) fetching the file on the browser.
2) transfer the file to the AM.

for the first step theres isn't any way to estimate the progress, so please, be patient while the transfer do not start (as indicated on the upload progress pop up)