File Uploading to Access Database using ASP.NET

Discussion in 'Programming' started by dilipv, Mar 7, 2008.

  1. #1
    Hi there,

    Can any suggest how to upload one or more files from the client browser to a Microsoft Access database using plain ASP.NET.

    Any reply or suggestion is most welcome

    Thank you
    Jitesh
    Programmer,

    SharePoint Consultant
    http://www.intelcs.com
     
    dilipv, Mar 7, 2008 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Wouldnt recommend keeping files within an Access db but if you want to do it a how to is: http://www.stardeveloper.com/articles/display.html?article=2003031201&page=1

    Remember that the max file size for access itself is 2gb, as soon as the db exceeds this it will stop (and will slow long before this). It is generally better to upload them to the webserver instead and just store the details of the file in the db.
     
    AstarothSolutions, Mar 7, 2008 IP