public ActionResult GenerationStamp(string id, string name) { UploadHelper.GenerationStamp(id, name); return(Content(bool.TrueString)); }