transloadit / uppy-server

[DEPRECATED] 'Uppy Server' was renamed to 'Companion' and lives inside the Uppy repo no
https://github.com/transloadit/uppy/tree/master/packages/%40uppy/companion
MIT License
114 stars 27 forks source link

Will it support the mobile web? #29

Closed EGreg closed 6 years ago

EGreg commented 7 years ago

Can users select Dropbox etc. authenticate with them and select files to upload on a mobile device?

ifedapoolarewaju commented 7 years ago

select files to upload on a mobile device

Do you mean uploading the selected files from your mobile device to Dropbox? Or do you mean uploading selected files from your Dropbox account to a separate server?

If it is the latter, yes that is currently possible with uppy. Though there's this issue, which I just created. But asides from that, uppy is built to be mobile friendly. You may try out the example and see. :)

If it is the former, I'm afraid there's currently no feature that supports that. But as uppy/uppy-server is under active development, this would be a nice feature to have soon. :)

EGreg commented 7 years ago

Very cool! I see uppy uses oAuth with Google Drive and Dropbox. And it supports server-to-server downloads with both? And it's mobile friendly? That leaves only one questions:

1) When do you expect to release it? :D

2) Can we customize the titles like "Local Disk"? In iOS, when uploading the user can select dropbox and others btw, but this causes a download to the device and then an upload.

On Fri, May 26, 2017 at 4:35 AM Ifedapo .A. Olarewaju < notifications@github.com> wrote:

select files to upload on a mobile device

Do you mean uploading the selected files from your mobile device to Dropbox? Or do you mean uploading selected files from your Dropbox account to a separate server?

If it is the latter, yes that is currently possible with uppy. Though there's this issue https://github.com/transloadit/uppy/issues/206, which I just created. But asides from that, uppy is built to be mobile friendly. You may try out https://uppy.io/examples/dashboard the example and see. :)

If it is the former, I'm afraid there's currently no feature that supports that. But as uppy/uppy-server is under active development, this would be a nice feature to have soon. :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/transloadit/uppy-server/issues/29#issuecomment-304225094, or mute the thread https://github.com/notifications/unsubscribe-auth/AAVfv8j9lYndrMiF2JZ_m7O0-PID5to2ks5r9o7HgaJpZM4Nm17M .

-- Sincerely, Greg Magarshak Qbix http://qbix.com

ifedapoolarewaju commented 7 years ago

When do you expect to release it? :D

Though not stable yet, we try to rollout releases of our progress every month. See the release blog posts. When would there be a stable release? I really can't say for sure 😀, but a lot of work is being put into the project I assure.

In iOS, when uploading the user can select dropbox and others btw, but this causes a download to the device and then an upload.

Do you mean this is what happens when you try to use uppy on your device? If so, what probably happened is that it downloaded the thumbnail of the file for preview purposes (this happens for only image files). The actual file in its original quality is not downloaded to the client. It only gets downloaded on the server and uploaded from the server.

ifedapoolarewaju commented 7 years ago

Can we customize the titles like "Local Disk"

Yes there's an option to customize locale. See for the default locale which may be overridden by passing a custom one.

ifedapoolarewaju commented 6 years ago

closing this, as the questions had been answered 🙂