Re: [PHP] file upload and a browse for file box

2003-02-26 Thread Ernest E Vogelsinger
At 02:32 26.02.2003, Sunfire said:
[snip]
i looked in the manual about file uploads and basically know how it works
other than a little playing around with it but was wondering how you could
make a browse for file button that opens a box on the users computer so then
can look for the file rather than type it in.. or is this something with
java/javascript that i have to find out elsewhere
[snip] 

using input type=file in your form will give you the results you need.


-- 
   O Ernest E. Vogelsinger
   (\)ICQ #13394035
^ http://www.vogelsinger.at/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] file upload and a browse for file box

2003-02-25 Thread Sunfire
hi..

i looked in the manual about file uploads and basically know how it works
other than a little playing around with it but was wondering how you could
make a browse for file button that opens a box on the users computer so then
can look for the file rather than type it in.. or is this something with
java/javascript that i have to find out elsewhere




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.458 / Virus Database: 257 - Release Date: 2/24/2003


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] file upload and a browse for file box

2003-02-25 Thread Joshua Moore-Oliva
plain html

input type=file

On February 25, 2003 08:32 pm, Sunfire wrote:
 hi..

 i looked in the manual about file uploads and basically know how it works
 other than a little playing around with it but was wondering how you could
 make a browse for file button that opens a box on the users computer so
 then can look for the file rather than type it in.. or is this something
 with java/javascript that i have to find out elsewhere




 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.458 / Virus Database: 257 - Release Date: 2/24/2003


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php