0

I'm trying to implement a basic file, image upload utility into a small, simple (built using the Visual Web Developer tutorial) C# MVC3 ASP.Net web site. I have see this utility pointed out here on StackOverFlow a few times:

https://github.com/blueimp/jQuery-File-Upload

...but unsure if I can just slot it into my MVC3 C# Website? (I am very new to attempting to learn MVC3 with C#).

I also see lots of this guides floated around the place:

Can any of these simply be slotted into my website? Appreciate any help

Erik Philips
  • 53,428
  • 11
  • 128
  • 150
Harry
  • 735
  • 5
  • 16
  • 27

1 Answers1

2

Yes. The first two seem to fit perfectly.

Ivo
  • 8,172
  • 5
  • 27
  • 42