how we can browse a photo for uploading?????A SAP
browsing photos
Collapse
X
-
Tags: None
-
Hai...
I think it may be useful for you...
But include this "enctype="multi part/form-data"" in the form tag without fail
[code=html]
<tr>
<td align="left" class="td_value ">Image</td>
<td> :<input type="file" name="image_fil e" size="20">
</td>
</tr>
[/code] -
Originally posted by Vithya AshokHai...
I think it may be useful for you...
But include this "enctype="multi part/form-data"" in the form tag without fail
[code=html]
<tr>
<td align="left" class="td_value ">Image</td>
<td> :<input type="file" name="image_fil e" size="20">
</td>
</tr>
[/code]Comment
-
Originally posted by ajaxrandphongphong, could you please elaborate the question.
and welcome to TheScripts.com!Comment
-
Comment