Persits ASPUpload .NET?

Discussion in 'ASP.NET / ASP.NET Core' started by powell, Jul 7, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I would like to upload to my .NET site. Looking at the Persits ASPUpload component site it seems that a .NET implementation is possible, however I have yet to get it going. On the FAQ there is a sample how to use Persits ASPUpload within a .asp page. Anyone have this working from within a .aspx?

    Any help greatly appreciated,
    Powell
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Though possible, we do not recommend using ASPUpload in .net code.

    Why??

    - You need to use a wrapper object to use the component
    - you need to enable aspcompat in your page

    You should consider using the built-in upload function of ASP.net

    quote:Originally posted by powell

    I would like to upload to my .NET site. Looking at the Persits ASPUpload component site it seems that a .NET implementation is possible, however I have yet to get it going. On the FAQ there is a sample how to use Persits ASPUpload within a .asp page. Anyone have this working from within a .aspx?

    Any help greatly appreciated,
    Powell
    </blockquote id="quote"></font id="quote">
     
  3. I recently had the same question I guess
    I have read that it requires a 3rd party
    component to upload files on the clients'
    computers to an ASP.NET application. If
    AspUpload won't work for this then it is
    important because from what I've heard I
    have to either buy a component for this,
    or I have to use asp for file uploading.
    [:(!]
    Bruce, if you could give us a clue about
    this built in component in .NET please do
    [8D]

    Owen
     
  4. I'd like to know if any progress has been made to the ASPupload component. I'm using masterpages in my site and would like to use this applictation to allow vendors to upload files to our site. I'd really like to use in and aspx page with master pages. I'd appreciate any help with this and maybe a nice code sample.

    thanks
     
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