ashx
ASHX File Download Corrupted File
When ever I access my ashx eg download.ashx?id=18 it gets the file, but then when the save dialog pops up it wants me to save download.ashx rather than the file I have stored in the Database (lets say[详细]
2023-02-20 03:42 分类:问答Supporting resumable HTTP-downloads through an ASHX handler?
We are providing downloads of our application setups through an ASHX handler in ASP.NET. A customer told us he uses some third party download manager application and that our way of providing the fil[详细]
2023-02-19 11:04 分类:问答Generic Handler + UriBuilder
I\'m creating a Silverlight uploader using a generic handler and asp. The app runs, but when I try to deploy to the localhost server or the production server the app just doesn\'t work properly. I thi[详细]
2023-02-19 08:39 分类:问答ASHX Image Download on Click
I am using ashx to serve images from a database, is there anyway to have a user click on a link that allows them to download the file on the computer. (IE it shows the Save Dialog) Like you download a[详细]
2023-02-18 15:52 分类:问答Suggested directory structure/placement of ASHX files
Thanks to the published ASP.NET MVC conventions, I\'m looking much more closely at the idea of universal conventions over configuration for my projects (versus \'home-rolled\' conventions, or grabbing[详细]
2023-02-18 04:08 分类:问答Requesting ashx Web Handler is showing dialog to download the ashx file?
I have created a Login.ashx Web Handler to authenticate user by using the following REST Request: http://192.0.0.0/Pages/LoginPage.ashx?Username=anonymous&Password=123[详细]
2023-02-17 18:50 分类:问答Output (server-side) caching of ashx files
I am trying to enable output caching on all ashx files in my site.I\'m trying to keep the server from generating the file on each request - NOT trying to tell the browser to cache the file.[详细]
2023-02-17 12:37 分类:问答Error handling in ASHX code
I created an ASHX file and use it to handle async file uploads. Since the site might not be hosted on our servers, I want to check for write permissions and delete permissions and supply the end use开[详细]
2023-02-17 09:11 分类:问答get image from ashx Url using Watin
I wanna get the image from ashx url using watin can anybody tell me how to get image using watin api http://www.nmlsconsumeraccess.org/EntityDetails.aspx/COMPANY/76986[详细]
2023-02-13 06:43 分类:问答Asp.net Dynamic ashx Stylesheet not always working on postback
Help.I have a site when the customers can add 开发者_StackOverflowtheir own style rules to their websites.The whole process works perfectly, but when they page with the dynamic stylesheet posts back,[详细]
2023-02-11 16:41 分类:问答