-
Deploying Uploader Client files.
The "aspuploader" folder and all file it contains (located in the archive) should be deployed to http://{your site}/{your application}/aspuploader/ on your web site.
-
Adding Uploader into ASP page.
- <% @ Language="VBScript" %>
- <!--Step 1: Register Uploader to your page -->
- <!-- #include file="aspuploader/include_aspuploader.asp" -->
- <html>
- <body>
- <div>
- <%
- 'Step 2: Create Uploader object
- Dim uploader
- Set uploader=new AspUploader
- 'Step 3: Set a unique name to Uploader
- uploader.Name="myuploader"
- uploader.SaveDirectory="savefiles"
- uploader.AllowedFileExtensions="*.jpg,*.png,*.gif"
- 'Step 4: Render Uploader
- uploader.Render()
- %>
- </div>
- </body>
- </html>
Uploader Installation Guide
ASP Uploader is 100% HTML and JavaScript code on the client, and ASP code on the server, and can be setup on your web server in just 5 minutes, simply by following this setup guide.
Trusted by
15,000 Customers
ASP Uploader has more than 15,000 customers, and has been sold in over 60 countries.
23 languages are supported, and more are being added.