AspUpload Development

Discussion in 'ASP.NET / ASP.NET Core' started by PixelPlex, Jul 7, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I want toinstall the AspUpload component on my development machine since we have access to it from our sites, but don't want to pay for anextra license since I am already paying for it through my monthly fees. Does anyone have any options for development?


    Thanks!
     
  2. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    The ASPUpload (persits) component is already installed on our servers for customer use - since we paid a site license for it. If you want the component on your own computer, then you'll need to pay for the component. If it is mission critical for you, then I would suggest paying for the license - those guys that develop the components need to earn a living too.



    Eric
    http://www.DiscountASP.NET - Microsoft Gold Certified Partner
    - asp.netPRO Magazine 2008 Readers' Choice Award for Best ASP.NET Hosting Service
    - asp.netPRO Magazine 2007 Readers' Choice Award for Best ASP.NET Hosting Service
    - Visual Studio Magazine 2007 Readers' Choice Award for Best .NET Hosting Service
     
  3. Yeah wise, if you have some cool pointers put em up. Is there any advantage to going with the webupload vs asp.net's built in capabilities? Does it come with some cool built in controls already developed or anything?
     
  4. Well I still like the progress bar multi-file upload features in the ASP Persists.
    I've got a working version I could put on-line if you don't know how to do that one.

    Here are some ASP.NET examples...

    Ajax style:
    http://geekswithblogs.net/rashid/archive/2007/08/01/Create-An-Ajax-Style-File-Upload.aspx

    One click upload for IE:
    http://www.anthonyburns.co.uk/blog/OneClick-File-Upload-for-IE-in-ASP.NET

    Multi upload with Ajax:
    http://www.codeproject.com/KB/ajax/MultiUpload.aspx

    Uploading and Downloading with ASP.NET:
    http://aspnetupload.com/
     
  5. OK, I have installed the component on my local machine. All of the code samples I have found have been in classic ASP with raw html controls and createobject etc... Are there any modern Asp.Net code samples or custom controls available for it?


    Thanks.
     
  6. The Persists component is for Classic ASP but DASP customers have access to the nSoftware WebUpload.
    http://www.discountasp.net/features.aspx#components

    The Upload capabilities in ASP.NET 2.0 are pretty good.
    If you want I can provide some resources for that.
    Salute,
    Mark
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page