Pure ASP.NET Upload for Dreamweaver MX

Welcome to the tutorials of Pure ASP.NET Upload.

What will you learn:

  • How to create a file upload 
  • restrict certain files or sizes of files from being uploaded
  • upload files and insert them in a database
  • and much more...

Pure ASP.NET Upload - Simple File Upload

Simple File Upload

In this tutorial we will explain how to do a simple file upload using the Pure ASP.NET Upload extension.


Previous TutorialTutorials IndexNext Tutorial

How to do it

To make a simple file upload you need to:

  1. Create a new page

    You should open a new page in Dreamweaver MX. Of course an existing one will do well also.

  2. Add a file upload field and a form on it

  3. Add a submit button
  4. To be able to submit the form you will need an submit button.

  5. Save the file in your site
  6. You will need to save the file in your site because Pure ASP.NET Upload has to know your site location. It will add some more files to it - you will be informed about that so you can upload those also to your server.

  7. Create an upload folder, and give it the appropriate security
  8. Usually you will create an upload folder somewhere inside your site.

    For setting the appropriate security read Setting the folder security on your server tutorial

  9. Insert the Pure ASP.NET Upload server behavior on your page
  10. Choose the Pure ASP.NET Upload Server Behavior from the Server Behavior palette / DMXzone / Pure ASP.NET Upload category.

  11. Choose the created directory
  12. For this simple tutorial you don't need to fill in anything in the extension dialog - only select the upload folder and then press OK

  13. Save and done
  14. Save your page and upload it to your server, and you are done! Go to your website and test it - you should be able to upload any file.

Previous TutorialTutorials IndexNext Tutorial

George Petrov

George PetrovGeorge Petrov is a renowned software writer and developer whose extensive skills brought numerous extensions, articles and knowledge to the DMXzone- the online community for professional Adobe Dreamweaver users. The most popular for its over high-quality Dreamweaver extensions and templates.

George is also the founder of Wappler.io - the most Advanced Web & App Builder

See All Postings From George Petrov >>

Comments

Set FTP permissions using ASP?

March 31, 2008 by student 101

 

How to set (FTP) permissions on certain folders using ASP?
I have no problems doing this in PHP.

How to do it in ASP?
(CHMOD 0777 then CHMOD 0755 after your'e done with the uplaod?)

Cheers

You must me logged in to write a comment.