Hi all, am very new to this forum but yet interested in knowing more about the CuteWeb uploader. I have implemented one and works fine but the problem is it refreshes the page after upload is complete, my user then loses all selection(s) made or data entered. I tried:
<script type="text/javascript">
function CuteWebUI_AjaxUploader_OnPostback() {
return false;
}
</script>
This works pretty ok as the page does not refresh but the file does not get uploaded and am any certain y?
Please help me to find a way not to refresh the page but yet still upload the file to the server.
Please me.