Closed seroche closed 9 years ago
Hi Sebatien. I have not touched this widget in a long time, but at the time that I created it, it was working on both Sharepoint 2007 and 2010. I seem to remember another user reporting an issue recently with it not finding the upload page.
Your setup looks good to me. Did you see any errors in the console? If you upload the Demo page to your Sharepoint site and try the upload demo on it, does it work?
Also: what version of SPwidget and JQuery are you using? And if you get a chance, can you try this with Chrome or Firefox, just to see if it is browser related?
Hi,
I'm using SP2010 - SP2 with IE11 (IE8 - Mode). When I use your control with the default settings I will get a 404 error because it can't find the page UploadEx.aspx.
Code:
$("#upload").SPControlUpload({ listName: "Shared Documents" });
$("#upload").SPControlUpload({ listName: "Shared Documents", uploadPage: "/_layouts/Upload.aspx" });