how to : File Chooser after file is selected nor CANCEL
Hello...!!
I haven't got any idea, how to put the jquery once file is selected, and not Cancel is selected.
Let's assume we have
- <input name="title" type="text" value="- none -" size="33" maxlength="50">
- <input name="filepath" type="file" size="33">
and at another portion of that page also have a similar repeated code as above.
I want to put some changes once the File is selected not when the button Browse is Pressed. Is there any work around?