Package sk.iway.iwcm.editor.rest
Class EditorUpload
java.lang.Object
sk.iway.iwcm.editor.rest.EditorUpload
Upload image into CKEditor by drag/drop
-
Constructor Summary
Constructors -
Method Summary
-
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)
-