hi i am try something like upload pictures in daniweb.where a window pop out ...when the user clicks upload.i want the link to comein the parent window.please tell me how to do tat...... thanks in advance
<input type=file>
is the HTML-Tag for requesting a file. Note that you have to tag the form with
enctype="multipart/form-data">