Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support thumbnails in attachments #686

Open
walldenfilippa opened this issue Jun 14, 2024 · 1 comment
Open

Support thumbnails in attachments #686

walldenfilippa opened this issue Jun 14, 2024 · 1 comment
Labels

Comments

@walldenfilippa
Copy link

Description

Description

In the app-frontend-react repository I want to add a thumbnail file of the attachment in the attachment component. However, there will be a need to display up to and maybe more than 100 images in the attachment component. At the moment, backend is not supporting thumbnails(reduced files sizes) which means that we can only download full size images in the frontend repository. The support of thumbnails in the app-lib-dotnet is therefore necessary for this feature, if we have a number of files to display.

The use case

image

Additional Information

Slack discussion link

https://altinndevops.slack.com/archives/C045EB3JA9X/p1714461684302109

image

@ivarne
Copy link
Member

ivarne commented Nov 14, 2024

With 8.5 there will be an opportunity to utilise the new IDataWriteProcessor interface where you can watch uploads and deletes of a specific data type and add the thumbnail in a different data type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants