Uploading file(images,videos,.docx,.pdf,...) via REST API

146 Views Asked by At

I'm working with Asp.Net Core WebApi and I want to develop a file manager service to upload files to the server and some metadata to the SQL Server(like uploadDate or fileUploaderUserId) table and also store file location in "Files" table,so is it okay to use REST API to upload heavy files like videos (size:between 50Mb and 1024Mb)? if it's not, what is the best way?? Thanks for your help

0

There are 0 best solutions below