I could paste the image from Clipboard to Web Form, But when i start uploading it onto the server, i got this error "Object Required". I can't seem find a way to fix it.
function uplImages()
{
flagUploadingStarted = true;
// Uploading Image 1 if its present.
if(document.getElementById("<%=hdnImageFileName1.Id%>").value != "")
{
uploadImage1(document.getElementById("<%=hdnImageFileName1.Id%>").value) // This where i get the "Object Required"
}
}
Thanks. Anyhelp would be really appreciated.

New Topic/Question
Reply



MultiQuote








|