My project in .net core 2
I get base64string of file from web api, I Need this steps
- Check string is valid file ?
- Check file is image ? (optional)
- get file format
- get file size
- save file in directory
I write this steps in php, But for c# .net core 2 i could not find the right functions