Hi
I created an sample and very small application only for uploading file using igUpload. I deployed it on IIS(both my and server) it works fine on IE9 but not on Chrome and FireFox.
In debugging (on VS2010) work fine (tried with IE9).
I attached image of my webconfig and and image with request made by application in IE9 and Chrome.
It call correctly the IgUploadStatusHandler.ashx, but there is another call made on ' ig_fua... ' that return 404 error.
https://www.dropbox.com/s/kuzz2k18j5eqrc3/web.config.png
https://www.dropbox.com/s/ppsx3nbjqx3ov52/IE.png
https://www.dropbox.com/s/vamsqcwyiv69188/chrome.png
This is my index code:
//
$(function () { $("#igUpload1").bind({ iguploadonerror: function (e, args) { $("#error-message").html(args.errorMessage + "\n" + args.errorCode + "\n" + args.errorType + "\n" + args.serverMessage).stop(true, true); } }); }); // ]]>
Hello Chamba,
Thank you for posting in our community!
I have attached a sample demonstrating how the uploader could be implemented. I cannot open the links you have added in your previous post. Could you attach them here?
Looking forwards to hearing from you.
Someone can help please!
I don't know if i explained my problem correctly.