Hi Euler ,
Thanks for contacting Syncfusion support.
We checked your code and it seems you are assigning saveUrl for Uploadbox from code behind. We have prepared a sample similar to your scenario by mapping the save handler for SaveUrl property through code behind.
Refer to the following code.
|
protected void Page_Load(object sender, EventArgs e)
{
Upload1.SaveUrl = "saveFiles.ashx";
Upload1.RemoveUrl = "removeFiles.ashx";
} |
The Upload action works fine in our end with the above sample.
Additional parameters can be passed to Uploadbox handler through its begin event. Refer to the following KB links for more details on this.
Refer to the following links for more details on ejUploadbox
If we have misunderstood, please share us some clear details on your requirement along with your complete code snippet to assist you promptly.
Regards,
Keerthana.