Struts 2 - Intercept an image file uploading with CKEditor
问题 I have a CKEditor on different pages of the site, so I settled up the uploads to true and all the configuration stuff for it to work, and the image upload worked just fine for "Send it to the Server" tab. But from here I want to intercept or interact with upload function to be able to upload images not to a folder, but into database with some flags like "page" where is image uploaded, "category" , "cropping" and some another manipulations with them. So how could it be done to intercept this