How to get html input file type properties in javascript?

nadav64

New Member
I want to Catch upload file properties array in javascript. Is this possible to do in javascript? Detail Requirement: I have html form,which is submitted by javascript function and now i want to add one more field upload file in that form but how can that upload file array can be send via javascript function to my php script
 
Back
Top