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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php