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 - Upload with Progress Bar

Upload with Progress Bar

In this tutorial we will explain how to make a file upload with a progress bar.


Previous TutorialTutorials IndexNext Tutorial

How to do it

To make the file upload with progress bar, you need to:

  1. Start with basic upload page

    Start with an upload page where you have Pure ASP.NET Upload on it. If you haven't done it yet, go through the Simple file upload tutorial.

  2. Open the Pure ASP.NET Upload dialog

    Select the Pure ASP.NET Upload dialog by choosing it from the Server Behaviors palette, DMXzone / Pure ASP.NET Upload.

    Make sure you've entered a long timeout. For more info see the Uploading large files tutorial.

  3. Select the desired progress bar
  4. When you need to restrict the size of the uploaded images, you need to fill in the minimum and/or maximum width and height on the Advanced tab. If you leave one of those values empty it means it is unlimited. The sizes are in pixels.

    Currenly Pure ASP.NET Upload is distributed with the following progress bars:

    Blue Flash Progress Bar

    Red Flash Progress Bar

    Green Flash Progress Bar

    Yellow Flash Progress Bar

    Cool Green Flash Progress Bar

    DHTML Progress Bar

    File Copy Progress Bar

    You can also write your own progress bars and plug them in Pure ASP.NET Upload.

    After you select a progress bar you will see that extra files are copied to your site. You have to upload those to your remote site as well.

  5. Save and done
  6. Save your page then, upload it to your server, and you are done! Go to your website and test it - you should be able to upload files and a nice progress bar will appear.

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.