Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
send-file-api
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alan Farhadi
send-file-api
Commits
4381fa38
Commit
4381fa38
authored
May 17, 2020
by
Mahmoud Bakhtvar
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.marcopacs.com/alan.f/send-file-api
parents
25fa9324
5747d27c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
SCUController.cs
Controllers/SCUController.cs
+0
-23
No files found.
Controllers/SCUController.cs
View file @
4381fa38
...
...
@@ -20,29 +20,6 @@ namespace SendFileWebapi.Controllers
public
class
SCUController
:
ControllerBase
{
//[HttpPost]
//public async Task<ActionResult> Post([FromForm]StudentModel std)
//{
//// Getting Name
//string name = std.Name;
//foreach (var img in std.Images)
//{
// // Getting Image
// if (img.Length > 0)
// {
// using (var fileStream = new FileStream(img.FileName, FileMode.Create))
// {
// img.CopyTo(fileStream);
// var tt = fileStream;
// }
// }
//}
//return Ok(new { status = true, message = "Student Posted Successfully" });
//}
static
Logger
logger
=
LogManager
.
GetCurrentClassLogger
();
[
HttpPost
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment