West Wind Internet and Client Tools
Drag and Drop File Upload
Gravatar is a globally recognized avatar based on your email address. Drag and Drop File Upload
  Ronald Mendel
  All
  Aug 29, 2024 @ 07:35am

Added this HTML:

<div class="drop-zone">
    <span class="drop-zone__prompt">Drop file here or click to upload</span>
    <input type="file" name="myFile" class="drop-zone__input">
</div>

Using this VFP code for input of form fields and dates: lcfollowdesc=Request.Form("followdesc") ldfollowdate=Request.Formdate("pcdate1_ppl")

How do I get the file and save it to a server folder? lcfile=Request.File("myFile")

Gravatar is a globally recognized avatar based on your email address. re: Drag and Drop File Upload
  Ronald Mendel
  Ronald Mendel
  Aug 29, 2024 @ 07:48am

Okay I found your samples: loFiles = Request.GetMultiPartFiles("Upload")

© 1996-2024