Re: how 2 open File Browser window in PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux