Details
-
Type: New Feature
-
Status: Closed
-
Priority: Minor
-
Resolution: Invalid
-
Affects Version/s: 1.7.1
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
It would be nice to able to specify an expression to describe when the UploadServer would provide file upload progress notifications. Right now it's hard-coded to be at every 10% of progress. It would be nice to be able to specify increments of:
- Arbitrary percentage
- Elapsed time in seconds
- Amount in KB or MB uploaded
- Combinations of these:
Eg: Whichever comes first: 10% or 2 seconds. (criteria1 OR criteria2)
Eg: Whichever comes last: 100 KB or 5 seconds. (criteria1 AND criteria2)
This would naturally lead to exposing the KB and seconds to the InputFile's FileInfo, and/or to the progress event.
- Arbitrary percentage
- Elapsed time in seconds
- Amount in KB or MB uploaded
- Combinations of these:
Eg: Whichever comes first: 10% or 2 seconds. (criteria1 OR criteria2)
Eg: Whichever comes last: 100 KB or 5 seconds. (criteria1 AND criteria2)
This would naturally lead to exposing the KB and seconds to the InputFile's FileInfo, and/or to the progress event.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion