How do i save a image in folder in mvc 4.
Here is the code:
- class="modal-header">
- class="close" data-dismiss="modal" aria-label="Close">"true">×
class
="modal-title" id="myModalLabel">Add New Ticket - class="modal-body">
- Type:
- ="form-control" id="addtype">
- >Technical Issue
- >Bug
- >Feature Request
- >Sales Question
- >How To
- "errortype" style="color: Red;">
- Title:
- "text" class="form-control" id="addTitle" />
- "errorTitle" style="color: Red;">
- description:
- cols="50" class="form-control" id="addDesc">
- "errorDesc" style="color: Red;">
- Importancy:
- ="form-control" id="addimportancy">
- >High
- >Medium
- >Low
- "errorimportancy" style="color: Red;">
- Attached Documents:
- "file" name="fileuploader" class="form-control" id="fileuploader" />
- "errorAttach" style="color: Red;">
- class="modal-footer">
- class="btn btn-default" data-dismiss="modal">Cancel
- class="btn btn-primary" onclick="CreateLabeData()">Create
Here is the Ajax Method: