Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

ASP FileUploader

  • 15-07-2009 8:59am
    #1
    Closed Accounts Posts: 20


    Hi all

    Any suggestions for a good, free, easy to use asp file upload component? I'm trying to use the standard html <input> option but it's limited and won't apply my styles correctly.

    Regards


Comments

  • Closed Accounts Posts: 48 Ronan_


    Whackhead wrote: »
    Hi all

    Any suggestions for a good, free, easy to use asp file upload component? I'm trying to use the standard html <input> option but it's limited and won't apply my styles correctly.

    Regards
    <asp:FileUpload ID="FileUpload1" runat="server" />
    

    Might this be what you are looking for?


  • Registered Users, Registered Users 2 Posts: 11,989 ✭✭✭✭Giblet


    Be aware that the file uploader can only support 4mb files unless you configure IIS.


  • Closed Accounts Posts: 48 Ronan_


    Be aware that the file uploader can only support 4mb files unless you configure IIS.

    Interesting. I was not aware of the limit.


  • Registered Users, Registered Users 2 Posts: 2,793 ✭✭✭John_Mc


    I had to provide this functionality in a website before and ended up using a Third Party Component that was provided with my web host package. I've found that most of the webhosts I've used provided this component or something similar so best off having a look around the control panel.


  • Registered Users, Registered Users 2 Posts: 7,468 ✭✭✭Evil Phil


    Ronan_ wrote: »
    <asp:FileUpload ID="FileUpload1" runat="server" />
    

    Might this be what you are looking for?

    Probably, not although that's an asp.net control.


  • Advertisement
Advertisement