Here is my code: public async Task<IActionResult> Index(ICollection<IFormFile> files) { foreach (var file in files) uploaddb(file);
When a user opens up this workbook, I want to force them to save the file as a new file immediately. The dialog box opens up but it will only let you save it as
I am new in material UI. somehow my code doesn't recognize the theme parameter. the error is in this line of code on " [theme.breakpoints.up("sm")]" const Icons
I'm trying to run a typescript/express server (which also has prisma), and have different environment variables for different environments. I'm using dotenv-cli
Im working in swift for like 1 month. Started to make some apps watching some yt tutorials(Ios Academy). I got problem making music player , when i try to play
Everybody's using React Navigator probably for a reason. My question is do I have to use it? Can't I navigate between screens by just showing and hiding compone
Some days ago i got specific problem with GraphQL + React Native stack. All right so i have React Native App which includes: simple router + TabsNavigator; smal