Upload / Up1

Client-side encrypted image host web server
MIT License
813 stars 97 forks source link

Upload by URL #56

Closed ipatjolvur closed 8 years ago

ipatjolvur commented 8 years ago

Enhancement request: Allow uploading images (or any filetypes) by their URL, not only from the user's machine.

Other (open source) hosts listed in ShareX offer that option, but Up1 is a more security-conscious project than most of them, so I would prefer it to have a similar option.

andre-d commented 8 years ago

Sites which do this like imgur are doing so by downloading the image on the server first. The JS client can technically download images from other servers but only ones CORS enabled so this is not worth the effort for the few servers which might actually let the user download the image cross origin.