Revised Code
-----------------

<cfif IsDefined('form.file')>
<cfdump var="#FORM#">
</cfif>

<html>
<head></head>
<body>
<form enctype="multipart/form-data" name="test_form" method="post" action=""> <input type="file" name="browse" style="display: none;">
<input type=text name=file>
<input type=button
      style="font-style:veranda; font-size:12px; font-weight:bold;text-transform:lowercase;color:white;background-color:#557799;height:22px;border-style:ridge;text-align:center;"
      
      value="Select a File...">        
<br><br>
<!-- must be clicked twice for the form to submit! -->
<input type=submit
      value="Submit The Form Now!"
      style="font-style:veranda; font-size:12px;">      
</form>
</body>
</html>

</body>
</html>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to