Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
a file not uploaded with WebUpload control
posted

I created a test asp.net web page using your WenUpload control to load files to server by VS 2010 on Wondows 7 following your instruction on http://ko.infragistics.com/products/aspnet/sample/web-upload/multiple-upload. After updaing reference to jquery-1.8.3.min.js and jquery-ui.min.js (1.8.11), everything looks working from web page - a file added, uploaded to server but I check physical application folder /Uploads, no files are over there. How do I solve this issue? Thanks in advance!

PS: Attached file includes aspx, apx.cs and webconfig files for reference.