Upload public image

1
I use the image upload widget and i want to access the uploaded image without logging in to the client system. In the before commit of the image i set the IsPublic property of the image to true, however i still cannot access the image without login. Should i use another URL? Request: GET xas/file?guid=281595235794946&thumb=true&cachebust=1259935499591&target=internal Response: 2009-12-04 15:05:55.559 ERROR - EXTERNALINTERFACE: Login first before using the FileServlet com.mendix.externalinterface.servlet.FileServlet.A(FileServlet.java:68)
asked
1 answers
2

Currently it is not possible to access images without login. We decided to disable this functionality for security reasons. In 2.5 we will introduce public / anonymous behaviour.

answered