Hey everyone, today we upgraded from 15.5 to 15.8 (yay!)
Naturally I immediatly tried the added new quick menu upload functions, but unfortunately these give us an upload error;
I suspect it has something to do with our url-rewrite functionality but I cant seem to get the logs logging the error theres nothing in the tomcat9 logs , neither when I put the fileuploadplugin on info:
Iād check with the Network tab from the browserās developer tools to see if those failed upload requests have more information (e.g. in the response body).
Chances are, you should at least have an error or stacktrace in that request response.
Check the Network tab, not the Console one; for each request it has several tabs: Headers, Request, Cookie, etc.
Does image / attachment upload work outside the Quick Actions? Can you upload an image from the WYSIWYG editorās Image dialog? Try also the Link dialog where you can upload an attachment. What happens if you drop an image or a file over the editor. Also, can you upload attachments from view mode, from the Attachments tab?
You should inspect the request in the Network tab to see if the file is sent.
I donāt understand. You said the image upload works from the Image dialog, which should open the modal to select a file from your file system. Isnāt this the āwindows explorerā youāre referring to?
I donāt see how this could affect only Quick Actions and not the other ways of uploading an image. Maybe you can disable temporarily the URL rewriter to check if the quick image upload works.
As this issue still exists for me Iām reviving the topic with the hope of perhaps finding a direction to look for a solution.
I see my last avenue was removing the url shortening parts of my setup - Iāll see about doing this this weekend (although I am a little concerned fiddling with it I suspect the issue is in this area)
It does make me wonder if anyone else is using url shortening and has issues with the img:: uploading of images?