West Wind Internet and Client Tools
Drag and Drop File Upload
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")