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.
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.
You can't upload a file using Ajax.BeginForm
You can use JQuery Plugins or Uploadify