Upload / Up1

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

Albums/Galleries #4

Open k3d3 opened 9 years ago

k3d3 commented 9 years ago

This is a relatively large undertaking, but it should be possible to create one upload that links to many other uploads and arranges them in a gallery.

This will need an interface that will allow uploading multiple files and previewing them before saving. Instead of saving every image into the same blob, they should be uploaded as individual files, with one blob containing the information needed to identify the other images. This way, you could view each image individually, or even share images amongst different galleries.

More discussion will be needed on this feature.

andre-d commented 9 years ago

An album should be a single upload with the json of the other images locations along with a thumbnail location for each. Loading an album should place spinners decrypting the thumbnail for each image and clicking each image should load the specific image with a timeline of photo thumbnails below to switch the view to those uploads. A better decrypted caching system should be put in place. On Jun 12, 2015 12:42 AM, "Keith Morrow" notifications@github.com wrote:

This is a relatively large undertaking, but it should be possible to create one upload that links to many other uploads and arranges them in a gallery.

This will need an interface that will allow uploading multiple files and previewing them before saving. Instead of saving every image into the same blob, they should be uploaded as individual files, with one blob containing the information needed to identify the other images. This way, you could view each image individually, or even share images amongst different galleries.

More discussion will be needed on this feature.

— Reply to this email directly or view it on GitHub https://github.com/Upload/Up1/issues/4.