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.
AI OnAI Off
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.
Hi,
I've written some code to store some information in a database, resize a picture and then save the new file on the server. I've run this code in another project outside EPiServer so the code itself should work fine but on img.Save(directory + fileName, System.Drawing.Imaging.ImageFormat.Png); I get "Thread was being aborted."
Are there any rights in EPiServer denying me to write files to a folder on the server?