Click here to Skip to main content
15,914,222 members

Comments by vanakhas (Top 4 by date)

vanakhas 6-Jan-14 14:29pm View    
so on your end you have ran alert('sent'); script!
vanakhas 5-Jan-14 12:26pm View    
traditionaly I use Jquery and javascript topost values and recipe back fromthe php back end but I have trouble posting/submiting forms
vanakhas 5-Jan-14 12:24pm View    
thanks for the reply, but the code is not submitting the "myForm" to upload.php. it seems that the "if(isset($_FILES["myfile"]))" does not catch. I just cant figure that part out
vanakhas 4-Jan-14 14:59pm View    
thanks for the quick reply and yes I think you are right!the code you have posted the link for doe not work on my end. so I realized that the only way I can go around to doing it is by submiting the forms
like this
document.getElementById('formID').submit();

but the problem I get with this is that itdoesnt actually submit, I DO NOT WANT TO REFRESH THE PAGE!!!!