Advertisement
Guest User

lol

a guest
Sep 1st, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <cfif isDefined("fileUpload")>
  2. <cffile action="upload"
  3. fileField="fileUpload"
  4. destination="C:\docs">
  5. <p>Thankyou, your file has been uploaded.</p>
  6. </cfif>
  7. <form enctype="multipart/form-data" method="post">
  8. <input type="file" name="fileUpload" /><br />
  9. <input type="submit" value="Upload File" />
  10. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement