Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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?