You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that script cant send the refresh reqeust trought from ajax on "protected" pages unless the user belongs to admin security level. Non logged in user can submit a file nicely.
Havent had the chage to investigate further but presume that its missing some necessary request params on the refresh call.
Cheers,
Olli
The text was updated successfully, but these errors were encountered:
Seems that I neglegted to notice the security section @ http://doc.silverstripe.org/old/uploadify. What states that the session_use_only_cookies on isnt a good thing. That was set by default on the development server.
Actually the issue appears even if the session.use_only_cookies. No change in behaviour what so ever. Server still tries to redirect the request to the upload() function. On a protected page only admin user can get pass the auhtentication and submit an image
Seems that script cant send the refresh reqeust trought from ajax on "protected" pages unless the user belongs to admin security level. Non logged in user can submit a file nicely.
Havent had the chage to investigate further but presume that its missing some necessary request params on the refresh call.
Cheers,
Olli
The text was updated successfully, but these errors were encountered: