-
Notifications
You must be signed in to change notification settings - Fork 1
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
Mobile Uploads aka Upload Requests #246
Comments
Ooh I love it! Very interesting idea. I could definitely see this come in handy. Some thoughts on implementation off the top of my head:
|
Thanks again for this brilliant suggestion @johnbillion! I've got a first version of this working, see this demo: Mobile.Upload.Demo.mp4Will share a narrated demo tomorrow :) |
Reopening for next iteration, there are some todos about limiting the file type etc. |
Nice work! This could actually create a collaboration workflow too. You send that QR code or URL to somebody else and they upload a media file right into your post where you want it. It would require a change to the way the QR code popup blocks the screen though, perhaps if the upload is within the context of a block the QR code would appear within a placeholder for the block, which would allow you to continue working on the rest of the post without having to wait for the upload. That would also make things nicer in case the upload speed on your mobile is slow. |
Yeah showing this inside a block could definitely be an interesting enhancement. It will open another can of worms as the block needs to be locked while upload is in progress, but should be possible I think. |
Closing this in favor of individual follow-up issues: |
I've seen a few instances of web apps with a nice workflow to upload image or media files from another device. The problem this solves is when you're writing on your laptop but realise an image you want is on your phone, or that you want to take a photo on your phone and use it. Clicking an "Upload from mobile" button pops up a QR code which, when scanned on your mobile, presents you with a short-lived file upload screen. Upon upload the file(s) are immediately "used" by the desktop device where it was triggered.
eBay does this via its mobile app which negates the need to scan the QR code, but the principle is the same. I've also seen this on insurance claim websites.
Of course this is possible at the moment in WordPress if you're logged in on both your desktop and mobile and upload a media file to the media library. There are a few benefits of a dedicated workflow:
Technical notes
Thoughts?
The text was updated successfully, but these errors were encountered: