Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
J?J #1
'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 dozens of
posts where people have already done this - but no one explains how to do it!
Please, someone tell me how to create a 'Browse for File' button on a webpage,
that when clicked, displays the user's files, where they then select a file and
click 'ok', and that filename then appears in a text box (or starts uploading).
This is such a common technique and its probably got a simple answer because
I've exhausted all the not-simple places-with-answers.... what am I missing?
Thanks
J?J 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... -
How to create a browse button
Can you help me create a browse button with Dreamweaver MX -
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> -
PaulH #2
Re: 'Browse For File' Button??
see below, note the enctype on the form tag.
<form action="someActionPage.cfm" method="post" enctype="multipart/form-data">
<input type="file" name="fileToUpload">
</form>
PaulH Guest
-
J?J #3
Re: 'Browse For File' Button??
Wow. Thats so simple I can't believe it works. And yet it does. Thanks.
J?J Guest



Reply With Quote

