I am using Ajax File Upload control for uploading multiple files but i want use my own upload button (in my case "standard upload" button) for uploading files not the ajax upload button. how can i do this ?
Hi firdaus,
Refer the below article.
good tutorial indeed about the upload button sir, but is there any way we can hide the ajaxfileupload "upload button"?
Refer the below code.
<script type="text/javascript"> $(function () { $('.ajax__fileupload_footer').hide(); }); </script>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.