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..
Hi there,
You need to include references to jQuery and jQuery UI in your project in order for the control's UI to load correctly:
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.js"></script>
Thank you for using the Infragistics forums!
I think you have given me samples of 2011.1 and i am using 2011.2? any ideas???
i have notices when i drag and drop webupload control in my project its tag prefix is ig:webupload but the one in samples you have <igjq:WebUpload ?????
any ideas why or what i am doing wrong??
can you please send me a working project??
Now i have added the required file
<
script src="../ig_ui/js/min/ig.ui.upload.min.js" type="text/javascript" id="igClientScript"></script>
and now i am getting the follwing error.