Not Solved [JavaScript] auto submit add & remove file attachment
#1
Not Solved
when file selected, list(&size) file directly appear. without klik Add or Update Attachment button
and also
if list of file remove, after choose 'yes'. list file directly disapear without klik Update Attachment button

I've tried the following javascript metode to autoload/autosubmbit
onchange="this.form.submit()"
and
<script type="text/javascript">  
alert('hit');
$(function(){
    $("#fil1").change(function(){
        $("#editpost").submit();
    });
});
</script> 
but, not work

thanks
Reply
#2
Not Solved
there anybody help? or sharing
Sad
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)