BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Usha,
Thanks for using Syncfusion products.
Query: Tried using the new uploadbox control, dragged on the control from the toolbox and while browsing the page it comes up with the javascript error?
We have checked with Uploadbox control, We suspect that, the reported issue may be due to the required JavaScript and CSS files have not referring in your project. So could you please refer the following steps to resolve this issue ?
How to create Uploadbox Control:
The document for getting started with Uploadbox control is available in following link. So please refer the below given link:
http://help.syncfusion.com/ug/js/default.htm#!documents/createyourfirstuploa2.htm
To Create New Syncfusion Template Website:
· Open Visual Studio and create a new project from the start page or from the menu. Select File -> New -> Website.
· Choose the Syncfusion ASP.NET Website web template under the Visual C# language and enter your desired name for the project and the location.
Migrating Syncfusion project from existing one.
· To create a Syncfusion ASP.NET controls you can refer the following assembly references in the project:
.NET FRAMEWORK 4.5 :
Assembly Name |
Version |
Sample version -12.2.0.36 |
Syncfusion.EJ.dll |
12.x450.x.xx |
12.2450.0.36 |
Syncfusion.EJ.Web.dll |
12.x450.x.xx |
12.2450.0.36 |
· Configure the web.config file:
Add the following assemblies reference under the compilation tag.
[web.config]
<compilation debug="true" targetFramework="4.5">
<assemblies>
<add assembly="Syncfusion.EJ.Web, Version=12.2450.0.36, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
<add assembly="Syncfusion.EJ, Version=12.2450.0.36, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" /> assemblies>
compilation>
· Add Script and CSS references:
Please refer the following link to add script and css references:
http://help.syncfusion.com/ug/js/default.htm#!documents/addingthecssandscrip1.htm
We have prepared a simple sample to exhibit this behaviour and it has attached below.
Please let me know if you have further queries.
Regards,
Muthu Krishnan A.