Folks,
I am trying to drag and drop WebUpload control into my webform1.aspx page and i am getting the following message. then i click 'ok'. but no directory is created?
I tired to create directory manually and get files from program files(x86)/infragistics/etc etc. but then i got another error script not defined??
any ideas how to make this work?
thanks in advance..
Hello Infra Jag,
WebUpload needs JavaScript and CSS files in your project. You can add these JavaScript files, CSS files reference on a page or on master page. Review the link below that will give you more step by step details on how to add these files and run your project with WebUpload:
<http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=WebUpload_Overview.html>
You may also review the aspx markup of the samples from the below link that will give you more details on this:
<http://samples.infragistics.com/aspnet/Samples/WebUpload/Display/SingleUpload/Default.aspx?cn=web-upload&sid=bb83f073-cf81-42db-8826-5a430b2a3191> I hope this helps.
and the following line in my content area
I clicked on expand properties arrow on wenupload control >> Add IG script and css link. It added the following lines in my html code (added in my table next to my control)
<td align="left"> <link id="link1" href="../ig_ui/themes/ig/jquery.ui.custom.min.css" rel="Stylesheet" type="text/css" /> <link id="link2" href="../ig_ui/themes/base/ig.ui.min.css" rel="Stylesheet" type="text/css" /> <link id="link3" href="../ig_ui/themes/ig/jquery.ui.custom.min.css" rel="Stylesheet" type="text/css" /> <link id="link4" href="../ig_ui/themes/base/ig.ui.min.css" rel="Stylesheet" type="text/css" /> <link id="link5" href="../ig_ui/themes/ig/jquery.ui.custom.min.css" rel="Stylesheet" type="text/css" /> <link id="link6" href="../ig_ui/themes/base/ig.ui.min.css" rel="Stylesheet" type="text/css" /> <ig:WebUpload ID="WebUpload1" runat="server" Mode="Multiple"> </ig:WebUpload></td>
Then i tried searching scrip files in my system, and i located at C:\Users\Public\Documents\Infragistics\NetAdvantage 2011.2\jQuery\Samples\Scripts
is this correct i just copy and paste these script files inmy project and point the link to it?
Thank you for your quick response.
Where i can get the script files?