thanks for your reply Ken. I have reviewed this demo several times and I have looked at the source code but have not found a resolution to what I am trying to do. Is there a way to kick off some client side code on the FileUploaded event before heading back to the server event that handles the event?
Kenneth: Hi mchamo,
First you need to know that, the uploader need to upload the file to the server, so the postback is necessary.
If you need user finish some input or similar situations and than postback to the server. Please try use manually upload. Below is the online demo.
http://www.ajaxuploader.com/Demo/Start-uploading-manually.aspx
Regards,
ken