This is a migrated thread and some comments may be shown as answers.

[Solved] Synchronous Upload with PartialView

0 Answers 73 Views
Upload
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
AspenSquare
Top achievements
Rank 1
AspenSquare asked on 10 Jul 2012, 01:34 PM
Is it possible to use the synchronous upload without specifying Action Name and Controller name like below?



@using (Ajax.BeginForm("ProcessSubmit", "FloorPlan", new AjaxOptions { UpdateTargetId = "uploadForm", HttpMethod = "POST" }))


Unfortunately, when I specify the Action Name and Controller, and try to return a PartialView all I'm returning is the submitted form.
Tags
Upload
Asked by
AspenSquare
Top achievements
Rank 1
Share this question
or