3

How could I upload files or images to the server by these means:

I would like using Ajax.BeginForm() for handling users profiles.

It would give the mechanism for processing Json responses from server and update message containers information.

Dave Alperovich
  • 32,320
  • 8
  • 79
  • 101
Felix Aballi
  • 899
  • 1
  • 13
  • 31

1 Answers1

2

You can't upload a file using Ajax.BeginForm

You can use JQuery Plugins or Uploadify

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

http://www.uploadify.com/

Dave Alperovich
  • 32,320
  • 8
  • 79
  • 101