How do i save a image in folder in mvc 4.

Here is the code:
 
 
  1. "post" class="form-horizontal" name="NewLabelform" enctype="multipart/form-data">  
  2.                     class="modal-header">  
  3.                         "button" class="close" data-dismiss="modal" aria-label="Close">"true"  
  4.                         class="modal-title" id="myModalLabel">Add New Ticket  
  5.                     
  
  •                     class="modal-body">  
  •                         

      

  •                             Type:  
  •                             class="form-control" id="addtype">  
  •                                 "1">Technical Issue  
  •                                 "2">Bug  
  •                                 "3">Feature Request  
  •                                 "4">Sales Question  
  •                                 "5">How To  
  •                               
  •                             "errortype" style="color: Red;">  
  •                         

      
  •                         

      

  •                             Title:  
  •   
  •                             "text" class="form-control" id="addTitle" />  
  •                             "errorTitle" style="color: Red;">  
  •                         

      
  •                         

      

  •                             description:  
  •   
  •                             "4" cols="50" class="form-control" id="addDesc">  
  •                             "errorDesc" style="color: Red;">  
  •                         

      
  •                         

      

  •                             Importancy:  
  •                             class="form-control" id="addimportancy">  
  •                                 "1">High  
  •                                 "2">Medium  
  •                                 "3">Low  
  •   
  •                               
  •                             "errorimportancy" style="color: Red;">  
  •                         

      
  •                         

      

  •   
  •                                 Attached Documents:  
  •             "file" name="fileuploader" class="form-control" id="fileuploader" />  
  •             "errorAttach" style="color: Red;">  
  •   
  •   
  •   
  •   
  •                     
  •   
  •                     class="modal-footer">  
  •                         "button" class="btn btn-default" data-dismiss="modal">Cancel  
  •                         "button" class="btn btn-primary" onclick="CreateLabeData()">Create  
  •