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
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.