Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Care for needs of growing numbers of mobile / multi-/moving-location users (uploaders) #94

Closed
hpvd opened this issue Jun 15, 2016 · 2 comments

Comments

@hpvd
Copy link

hpvd commented Jun 15, 2016

More and more things from webusers are done on the go or all the time while moving from place to place
With this one should care for these scenarios.

  1. Give mobile / multi-/moving-location users needed information:

a) how big is the file in total they want to upload / they are uploading
as early as possible in uploading process
(nearly all mobile users have a data limit per month)
-> show filesize

b) sometimes one wants to and has a chance to wait until upload is finished before changing the network
-> show remaining time

  1. Give mobile / multi-/moving-location users a possibility to react when they change the used network

a) Starting an 1 GB upload in background in WLAN is fine - but when changing network during upload to 3G this may look completly different
-> pausing + restart function

  1. make sure, upload with network and with this IP changing is working nicely
    (e.g. from wlan to 3G to other wlan)

a) -> check implementation
(maybe also with continous automatic build testing?)

b) -> give advise on needs in server configs

see: tus/tus.io#90

The client implementations, however, need to handle these cases correctly.

@hpvd hpvd changed the title Care for needs growing number of mobile / multi-/moving-location users (uploaders) Care for needs of growing number of mobile / multi-/moving-location users (uploaders) Jun 15, 2016
@hpvd hpvd changed the title Care for needs of growing number of mobile / multi-/moving-location users (uploaders) Care for needs of growing numbers of mobile / multi-/moving-location users (uploaders) Jun 15, 2016
@arturi
Copy link
Contributor

arturi commented Aug 9, 2016

Adding points that have not been addressed yet to #65

@hedgerh
Copy link
Contributor

hedgerh commented Aug 10, 2016

Another thing, we may want to warn mobile users if they are about to upload a large file, advising them to make sure that they are on wifi beforehand. Options could be passed to the uploader plugins to enable/disable the warning and specify a threshold file size.

Some developers may even want the option to outright disallow uploads > a certain size from mobile users, kind of like how iOS won't allow large app downloads off wifi. Now that I think of it, we should also have options to set limits on uploaded file sizes in general.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants