Is there any way to create a page on my website where I can put in one time few files from my computer, the same as it works in Google Drive? Any tools, ideas how it works? I am working with .NET MVC.
Asked
Active
Viewed 55 times
0
-
You want to upload the files to google drive or you want to store them on your web server? – obl Nov 06 '18 at 15:40
-
On my website, the same way as it is made in Google Drive – user0810 Nov 06 '18 at 15:47
-
1There are lots of tutorials on this, try this one for example - https://www.c-sharpcorner.com/article/asp-net-mvc-form-with-file-upload/ – obl Nov 06 '18 at 15:54
-
1https://www.html5rocks.com/en/tutorials/file/dndfiles/ – Roman Pokrovskij Nov 08 '18 at 13:48