Hi All,
would like to know that is there a way to submit an element instead of the whole form?
I'm trying something like
<INPUT id="btnUpload" class="button" type="button" value="Upload" name="btnUpload" OnClick="document.getElementById('agileUploaderSWF').submit();" runat="server" />
but it...