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.