Ask a Question related to Dreamweaver AppDev, Design and Development.
-
u2bono #1
How to create a browse button
Can you help me create a browse button with Dreamweaver MX
u2bono Guest
-
Create a Browse to File Button
I cannot for the life of me figure out how to do this. I upload a lot of images and it would be nice if I had that handy browse to file button to... -
'Browse For File' Button??
I've searched everywhere online, I've tried dozens of keywords in these forums, I've read all the file manipulation documenation, and I've found... -
Browse File Button
Hi, I am wondering if anyone can help me sort out a problem I am having. What I am trying to do is create a button which has the same effect as a... -
Adding a Browse Button to a Form
I am using Dreamweaver 3.0 and need to put a Browse button on a form so the user can attach local files and upload them to the client. Once I create... -
browse button
Is there a way to replace the file browse button using a JPG? <input type=file name=filename> -
darrel #2
Re: How to create a browse button
> Can you help me create a browse button with Dreamweaver MX
Just add this to your HTML:
<input type='file' name='myUploadField'>
But note that this simply adds the browser button+field to your form's
interface. To actually do something with the file that is selected, you will
need some server-side program to accept the file and do something with it.
-Darrel
darrel Guest



Reply With Quote

