Hi There,
i am validating the Ajaxuploader at the moment, i want to use the component for a customer Website.
My question: is there a posibility to start the upload from the code behind file in asp.net?
I tride it with calling the JScript from the Code behinde, it dosen't work my thougt, it's a timing problem between the button action and the calling from the code behind file. But currently i have no idea how to solve my problem...
The failure comes in this line:
--> if (uploadobj.getqueuecount() > 0) {
uploadobj.startupload();
Am it say's that the Objekt dosen't support the method....
Thanks for your answer
Greetings Marc from Nurmberg :-)