what's ridiculous here? video is about file upload to the project folder, and it's working fine. for uploading file to database, you can save filename (with path) in database and access it by providing the file path.
First of all, I follow you with pleasure. But the video was not very descriptive, the model was not visible. I tried to do it. As a new learner, I laughed at the recording incident without showing the model.@@IAmUmair
@@mavisackyldz2135 My apologies for the confusion. In this video I haven't used any model. Instead I made use of html form input and IFormFile interface of c#. If you want to make use of Model, then define a property like this and bind with form. public IFormFile file{get;set;}
Thank you!!! your video helped me finish a college project
Glad I could help!
Worked Perfectly .... thanks
Glad it helped
Great video ! Thank's a lot !
You are welcome!
Hello...
Great presentation.
Will you show the video on how to edit?
Yes, soon
This is ridiculous, how did you record it in the database, where is the model and how did you edit it?
what's ridiculous here? video is about file upload to the project folder, and it's working fine.
for uploading file to database, you can save filename (with path) in database and access it by providing the file path.
First of all, I follow you with pleasure. But the video was not very descriptive, the model was not visible. I tried to do it. As a new learner, I laughed at the recording incident without showing the model.@@IAmUmair
@@mavisackyldz2135 My apologies for the confusion.
In this video I haven't used any model. Instead I made use of html form input and IFormFile interface of c#.
If you want to make use of Model, then define a property like this and bind with form.
public IFormFile file{get;set;}
@@mavisackyldz2135 let me know if you are not able to figure out this.
@@IAmUmair Hi I would to get a explanation please.
Error -
UnauthorizedAccessException: Access to the path 'C:\Users\source
epos\StudentPortal.Web\StudentPortal.Web\wwwroot\uploads' is denied.
Can you try with D drive
@@IAmUmair My system having only c drive, I think I need to divide c drive.