Created
October 27, 2020 01:26
-
-
Save omar2205/338fb059141cdae324ae88cd8921f689 to your computer and use it in GitHub Desktop.
Windows 10 Upload with Fileio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM move this file to "C:\Windows\System32" | |
curl -F "file=@%1" file.io | |
pause |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\*\shell\fileio] | |
@="Upload with File.io (curl)" | |
[HKEY_CLASSES_ROOT\*\shell\fileio\command] | |
@="fileio %1" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment