retrive file
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
You have to store your file in a BLOB field. Have a look at this link: http://www.codeproject.com/KB/database/Store_and_manipulat_BLOBs.aspx[^]. To run powerpoint with the ppt-file, just start a process (System.Diagnostics.Process) with passing the name of the ppt-file (you have to store it first on the disk). Windows will know that for ppt-files Powerpoint must be opened. That should work. Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.