|
Subject:
|
Browsing for a file
|
|
Posted By:
|
jroxit
|
Post Date:
|
12/30/2005 5:40:55 AM
|
I need to let my visitors upload a file. What's the easiest way to allow them to browse their hard drive for it?
Thanks!
|
|
Reply By:
|
ciderpunx
|
Reply Date:
|
1/23/2006 12:29:35 PM
|
Something like:
<input type="file" name="uploaded_file" value="starting value" size="50" maxlength="80" />
HTH
-- Don't Stand on your head - you'll get footprints in your hair http://charlieharvey.org.uk http://charlieharvey.com
|