English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need something that will allow me to add the blank followed by the "browse" button seen on a lot of sites that let you attach a file to a form like an appliacation or submission form. I also need it to be free, any help???

2007-03-11 12:06:30 · 1 answers · asked by Ferret 4 in Computers & Internet Programming & Design

1 answers

On frontpage - you first insert a textbox on to the page. Then go to the code view and change the type from "text" to "file". Your code should like this:


This will only give you the control to upload file (with a browse button next to it), but to handle uploads, you will need to write a few lines of code on the server side too.

2007-03-19 06:42:27 · answer #1 · answered by r_ranjith 4 · 0 0

fedest.com, questions and answers