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
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.
can you please send me a working project??
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??
I think you have given me samples of 2011.1 and i am using 2011.2? any ideas???
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!
tengo tu mismo problema no se si puedes mandarme o expliicar paso a paso por favor gracias
Its not resolved yet but its all working fine. so i am happy...
I am just following up to see if you need any further assistance with this matter.
Use of the WebUpload control consists of two required parts - client-side jQuery widget and server-side logic which is responsible for handling and processing each upload request. The server is also responsible for processing the upload itself. Refer to the link below for more details:
I have also attached sample for you to review. The sample is created as a website. Use version utility if you are using other version of NetAdvantage product. I have tested this sample using NetAdvantage 11.1.20111.2135, IE 8, and Visual Studio 2010.
I hope this helps.
why i have to use external API's?
It means this control dosent work on its own?
or with infragistics api's?
and why you changed the status of your own post to answer????
can you send me working project as attachment please, will be helpful..