You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is take the content of a file and its name and encode this information into a URL.
Process the resulting URL in a URL shortener https://goo.gl/ to create a shareable link that has the file pre-loaded.
If files are too long to encode into a single URL, clever use of chaining shortened URLs could solve this.
The benefit of this solution is that it is server independent.
The text was updated successfully, but these errors were encountered:
Share a single file using a URL shortener.
The idea is take the content of a file and its name and encode this information into a URL.
Process the resulting URL in a URL shortener https://goo.gl/ to create a shareable link that has the file pre-loaded.
If files are too long to encode into a single URL, clever use of chaining shortened URLs could solve this.
The benefit of this solution is that it is server independent.
The text was updated successfully, but these errors were encountered: