Saves the uploaded file as a media asset.
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public JsonResult AsyncUploadFile()
Return Value
Type: JsonResultJSON encoded string with "guid" & "uri" on success, or "error" on failure
See Also