The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I'm trying to use 2 uploadboxes on the same Webpage. My issue is that I want to have two different saveFiles.ashx. So for the second uploadbox2 I created another .ashx nemed savePhoto.ashx, but when I'm running the uploadbox, that cannot call the savePhoto.ashx.cs.
In generall how can I handle more than one uploadbox on the same webpage with completly different functions on codebehind?
Thank you
G
M
T
Y
Η λειτουργία ομιλίας περιορίζεται σε 200 χαρακτήρες
MKMuthukrishnan Kandasamy Syncfusion Team August 11, 2020 07:40 AM UTC
Hi George,
Thanks for contacting Syncfusion support.
We have validated your requirement in EJ UploadBox control. We suspect that you have mapped the same save handler file for both UploadBox control. we have prepared sample to meet your requirement in this sample we have added two UploadBox with two different save handler. Please refer to the below code block.