Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Store uploaded images and data #52

Open
severo opened this issue Jan 8, 2020 · 0 comments
Open

Store uploaded images and data #52

severo opened this issue Jan 8, 2020 · 0 comments

Comments

@severo
Copy link
Collaborator

severo commented Jan 8, 2020

Persist the uploaded images and data (and possibly the generated data) through an online service, such as gists or imgur.

See research at #32 (comment) and following comments.

severo added a commit to severo/occupapp that referenced this issue Jan 9, 2020
For large uploaded images, putting the base64 representation (which is
the 'src' argument of the image) as a query argument value generates an
URL which length is not manageable by browsers.

Instead, these locally uploaded images are assigned an UUID identifier.

Obviously, sharing such an URL does not carry the image itself anymore,
and another solution will be needed to store the image before sharing.
See LyonDataViz#52.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant