G
Guest
Hi;
We return files that are stored in our database using an httpHandler as
follows:
<httpHandlers>
<add verb="*" path="report-view.*" type="ReportView"/>
</httpHandlers>
Now as I understand it, we can make the path "filename.*" and we can make it
"abc*.*". But we cannot make it "files\*" or "files\*.rtf".
Here is the problem we are facing. The number 1 complaint we are getting
about our portal is that if the file up there is dave.rtf, they want the link
to be dave.rtf. It can be url/files/dave.rtf - the directories part can be
anything. But the filename part must be dave.rtf.
How can we set this up so any requests to "url/files/*" or "url/files/*.rtf"
goes to our http handler? We desperately need this capability. TIA.
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
We return files that are stored in our database using an httpHandler as
follows:
<httpHandlers>
<add verb="*" path="report-view.*" type="ReportView"/>
</httpHandlers>
Now as I understand it, we can make the path "filename.*" and we can make it
"abc*.*". But we cannot make it "files\*" or "files\*.rtf".
Here is the problem we are facing. The number 1 complaint we are getting
about our portal is that if the file up there is dave.rtf, they want the link
to be dave.rtf. It can be url/files/dave.rtf - the directories part can be
anything. But the filename part must be dave.rtf.
How can we set this up so any requests to "url/files/*" or "url/files/*.rtf"
goes to our http handler? We desperately need this capability. TIA.
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm