Fait Seasoned Veteran Joined Oct 15, 2010 Messages 4,407 Reaction score 561 FP$ 2,054 Oct 14, 2015 #1 Nevermind
Fait Seasoned Veteran Joined Oct 15, 2010 Messages 4,407 Reaction score 561 FP$ 2,054 Oct 14, 2015 #2 this is all I can come up with //When a file is selected from the users device or computer $('input[type=file]').change(function() { document.forms[0].submit(); });
this is all I can come up with //When a file is selected from the users device or computer $('input[type=file]').change(function() { document.forms[0].submit(); });