A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off
I'm new to Episerver/Optimizely CMS but I'm looking for information if and how it is possible to upload a file to the server at the moment the visitor drops a file in a drag-and-drop component inside an EPI Form, in order to provide upload progress.
It should be possible in some way right? Since it's a de facto standard these days to give the visitors the progress bar of a file that is being uploaded?
I can imagine a controller or service is required to handle this at minimum, I don't know the EPI jargon. Then, at moment of submitting the form, the file(s) should be moved so that the file(s) is available at the default target location?