Save Dialog box control
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
i wanna know how to use open file dialog control in C# aps.net web application.as i have to save the downloading attachment file on my system through my application. i want help in C# coding instead Asp. Thanx
Use the Content-disposition HTTP header. I'm not sure how to do this in C# so I'll give a PHP example and hopefully you or someone else can translate.
<?php header('Content-Disposition: attachment; filename="downloaded.pdf"');
Brad Australian - Captain See Sharp on "Religion" any half intelligent person can come to the conclusion that pink unicorns do not exist.