Posted by "Richard Lynch" on 01/20/06 01:50
On Tue, January 17, 2006 1:38 am, suresh kumar wrote:
> i dont know exact PHP code for how 2 open file browser window
> to uplad file or an image plz help me.its very urgent.
<form enctype="multipart/form-data">
<input type="file" name="upload" />
<input type="submit" />
</form>
Forgetting the enctype is the most common problem.
Did I mention you needed an ENCTYPE attribute in the FORM tag?
--
Like Music?
http://l-i-e.com/artists.htm
Navigation:
[Reply to this message]
|