CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP.NET - InMotion Framework

 Simplest File Upload

Print topic Send  topic

Author Message
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
View profile  Send private message
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
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.