Class EditorUpload

java.lang.Object
sk.iway.iwcm.editor.rest.EditorUpload

@Controller public class EditorUpload extends Object
Upload image into CKEditor by drag/drop
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    submit(org.springframework.web.multipart.commons.CommonsMultipartFile uploadFile, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EditorUpload

      public EditorUpload()
  • Method Details

    • submit

      @RequestMapping(path="/admin/web-pages/upload/", method=POST) public String submit(@RequestParam("uploadFile") org.springframework.web.multipart.commons.CommonsMultipartFile uploadFile, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)