Opened 4 years ago
Last modified 2 years ago
#749 new enhancement
Improve upload file + send file to conversion off-line
Reported by: | jbenito | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | v2.1 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Because of that, the time to upload a file is double that any other application...
Change History (9)
comment:1 Changed 4 years ago by jmonnich
comment:2 Changed 4 years ago by jbenito
Then, there should be any other problem, yesterday i took me ages to upload a 12mb file to Indico (sending it through gmail was much faster). We need to investigate more on this. People complain :(
comment:3 Changed 4 years ago by jbenito
More bout this, yesterday from a 'hotel connection' (I will check tonight how is the connection there) took ~10 mins to upload the file. From GSI, 2 secs...so, maybe Indico is not performing that bad. I will try to send the file with gmail from the hotel to see the difference.
Also, a good improvement would be a progress bar as Gmail has, to really understand that we are uploading the file and not hanging forever, nop?
comment:4 Changed 4 years ago by jmonnich
Recent browsers can upload files via XHR and provide a way to display progress without server-side hacks. However, since we are currently doing most uploads from dialogs via hidden iframes it would probably require pretty much similar code for those two cases (I'd bet that IE7/8 do not support HTML5 FileData? required for XHR uploads)
comment:5 Changed 3 years ago by jbenito
- Milestone changed from v0.98.1 to v0.99.1
comment:6 Changed 3 years ago by jbenito
- Milestone changed from v0.99.1 to v1.0
comment:7 Changed 3 years ago by jbenito
- Milestone changed from v1.0 to v1.3
- Priority changed from high to critical
comment:8 Changed 2 years ago by jbenito
- Milestone changed from v1.3 to v1.2
- Priority changed from critical to high
- Summary changed from Send file to conversion off-line? to Improve upload file + send file to conversion off-line
Yesterday, another Indico user complained about a timeout while uploading a 85MB file.
We should do:
- send to conversion offline
- use a nice HTML5 drop-file that shows the progress bar.
comment:9 Changed 2 years ago by jbenito
- Milestone changed from v1.2 to v1.3
Shouldn't uploading the file to the conversion service be pretty fast since it probably goes through a 100M+ line?