robertmann
Posts: 109
|
Posted: 10/22/2015, 3:34 AM |
|
I just implemented such a wonderful and simple file upload component I have to share.
It only requires 3 lines of HTML code without any forms. Plus a server script that will handle the uploaded files.
<script src="/Scripts/dropzone.js"></script>
<link rel="stylesheet" href="/Scripts/dropzone.css">
<div class="dropzone" action="/UploadHandler.aspx"></div>
It requires JavaScript code from http://www.dropzonejs.com/
_________________
Robert |
 |
 |
eratech
Posts: 513
|
Posted: 10/22/2015, 8:17 PM |
|
Robert - thanks for the tip.
Just checked the site and it looks surprisingly well documented.
Cheers
Eric
_________________
CCS 3/4/5 ASP Classic, VB.NET, PHP
Melbourne, Victoria, Australia |
 |
 |
|