vitor Posted November 28, 2014 Share Posted November 28, 2014 (edited) Usage Upload files and folders via the Universal Action. Folders and multiple files will are zipped prior to upload. When done, the download link is copied to the clipboard. Check upload progress via the ufp keyword. Press ⌘↩ to cancel. ⤓ Install on the Alfred Gallery | Source Edited March 22, 2023 by vitor bivalvegruff and Grug 1 1 Link to comment
Januz Posted December 25, 2014 Share Posted December 25, 2014 This is great, thank you!! What I really would like is an option to upload the file/folder as an encrypted zip file with a randomly generated password and user chosen archive name and to have the password and URL be copied to the clipboard Link to comment
vitor Posted December 25, 2014 Author Share Posted December 25, 2014 What I really would like is an option to upload the file/folder as an encrypted zip file with a randomly generated password and user chosen archive name and to have the password and URL be copied to the clipboard If your data is so sensitive you need an encrypted file, don’t upload it to a third party service; simple as that. If you want to pick the archive’s name, that’s an extra step requiring user intervention. If you copy the archive’s password to the clipboard, you lose the archive’s link on the clipboard — yet another step. Every single one of those options is a bad experience. I built this because I wanted a quick way to upload files fast without having to think too much about it: tell it to upload, be informed when it’s done, paste the link; that’s it. To achieve what you want, the workflow would have to become radically different, and worse in all the metrics I care about, so I definitely won’t work on implementing those. The code is dedicated to the public domain, though, so anyone is absolutely free to fork and change a copy of it however they want. Link to comment
Januz Posted December 26, 2014 Share Posted December 26, 2014 Alright, thanks, will try to adapt it myself... Link to comment
vitor Posted February 6, 2015 Author Share Posted February 6, 2015 Update. Fixed bug that would prevent uploads if there were brackets in the file path. Link to comment
vitor Posted March 13, 2016 Author Share Posted March 13, 2016 Update. Small improvement to how it calls itself when checking upload status. Link to comment
Don Dahl Posted March 21, 2016 Share Posted March 21, 2016 Hi Vitor. Thanks for this flow. Is it possible to make a keyword for this so it will interact with finder/os x just like the hotkey option? I've messed around with it but i can't seem to make the keyword option to work as it doesn't pass the selected argument to the flow when doing this The reason i want this is because i can't remember all the hotkeys i've set currently so i don't need more of this haha Regards Link to comment
vitor Posted March 21, 2016 Author Share Posted March 21, 2016 This doesn’t use any special hotkey. It uses the same hotkey as every other Alfred file action. It also has other good Alfred integrations like allowing you to navigate there with Alfred itself and act from there.Asking the Finder for the file locations with AppleScript is a bloody mess, and not something I’ll go into (I know how much trouble it is). The sheer amount of escaping and edge cases for special cases is really not worth it.I will look at a well constructed pull request, but won’t implement it myself. It’s really not worth it. Link to comment
vitor Posted October 10, 2016 Author Share Posted October 10, 2016 Update. It now uses OneUpdater, so this should be the last time you need to manually update. Also made other general improvements (it should look mostly the same to you). Link to comment
vitor Posted November 9, 2016 Author Share Posted November 9, 2016 Update. Checking upload progress now auto-refreshes. To update, download the latest version (same URL) or wait a few days (15 or less) and it’ll prompt you to on next usage, since it uses OneUpdater. Link to comment
bk161124 Posted March 22, 2017 Share Posted March 22, 2017 Uploading multiple Files is not possible, right? Only folders work. Would it be possible to add support for multiple files in the same fashion as folders (zipping the files, than uploading)? Link to comment
vitor Posted March 22, 2017 Author Share Posted March 22, 2017 Update. Add support for uploading multiple selections at once. To update, download the latest version (same URL) or wait a few days (15 or less) and it’ll prompt you to on next usage, since it uses OneUpdater. Link to comment
vitor Posted April 24, 2017 Author Share Posted April 24, 2017 Update. New icon. To update, download the latest version (same URL) or wait a few days (15 or less) and it’ll prompt you to on next usage, since it uses OneUpdater. Link to comment
vitor Posted May 29, 2017 Author Share Posted May 29, 2017 Update. It now uses notificator for notifications. Please tell me if something goes wrong (if you get any error or stop receiving notifications). If everything works fine, I’d also be interested in knowing. Main reasons for the switch to notificator are in the DownVid post. To update, download the latest version (same URL) or wait a few days (15 or less) and it’ll prompt you to on next usage, since it uses OneUpdater. Link to comment
Grug Posted December 6, 2017 Share Posted December 6, 2017 Since the last update, the download URLis not copied to the clipboard. ?? any idea ? Link to comment
vitor Posted December 6, 2017 Author Share Posted December 6, 2017 @Grug transfer.sh is currently down. Grug 1 Link to comment
vitor Posted March 4, 2018 Author Share Posted March 4, 2018 Update. Do not create resource forks when zipping directories. To update, download the latest version (same URL) or wait a few days and it’ll prompt you to on next usage, since it uses OneUpdater. Link to comment
vitor Posted November 23, 2018 Author Share Posted November 23, 2018 Update. Added support for four extra hosts. See top post for details. To update, download the latest version (same URL) or wait a few days and it’ll prompt you to on next usage, since it uses OneUpdater. Link to comment
vitor Posted February 11, 2019 Author Share Posted February 11, 2019 8 minutes ago, Don Dahl said: Is it possible to make this workflow work as a file filter somehow? I hate using the filebrowser but I really want the features of your workflow. Do you mean a File Action? It does work like that. It’s the only method I use. 12 minutes ago, Don Dahl said: I've read your instructions on how to change host several times but I have no clue where to look. Setting Workflow Environment Variables. Link to comment
Don Dahl Posted February 11, 2019 Share Posted February 11, 2019 Heh thanks for the reply. I actually deleted my post cos I asked the same thing years ago I saw when I scrolled through this. I meant that I seek the ability to launch it with a keyword directly from finder. Thanks for the info Link to comment
vitor Posted February 11, 2019 Author Share Posted February 11, 2019 (edited) Removed explanation as it was wrong (I was thinking of a Hotkey, not a Keyword). As I mentioned years ago: Quote Asking the Finder for the file locations with AppleScript is a bloody mess, and not something I’ll go into (I know how much trouble it is). The sheer amount of escaping and edge cases for special cases is really not worth it. Edited February 11, 2019 by vitor Link to comment
deanishe Posted February 11, 2019 Share Posted February 11, 2019 49 minutes ago, vitor said: Then press the Keyword Are you guys talking about a Keyword or a Hotkey? Link to comment
vitor Posted February 11, 2019 Author Share Posted February 11, 2019 (edited) 41 minutes ago, deanishe said: Are you guys talking about a Keyword or a Hotkey? Ah, right, I’m talking about a Hotkey, yes. I see that in my previous reply I mentioned I’m not going to add a Keyword because it’s not worth the trouble. Edited February 11, 2019 by vitor Link to comment
vitor Posted September 17, 2019 Author Share Posted September 17, 2019 Update. Add support for alpha.transfer.sh. To update, download the latest version (same URL) or wait a few days and it’ll prompt you to on next usage, since it uses OneUpdater. Link to comment
cassiano Posted October 18, 2019 Share Posted October 18, 2019 (edited) @Vitor, thanks for the workflow. I may be doing a silly question, but really could not find out: in order to upload the file do I need to do something else other than having it selected and calling "UFP" on the Alfred dialog box? Thanks again! Edited October 19, 2019 by cassiano Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now