I want to find whether an uploaded mov file is a video or not through asp.net(c#) code. This is to prevent uploads after changing the extension to .mov.
I have a page layout in a solution I have deployed. The page layout also has a custom content type associated.
is it necessary to mention content-type in http header while uploading the file. i tried using c#. i had set it \"image/png\" while uploading a pdf file and when i downloaded the uploaded file, the pd
I have a classic ASP page that is setting the ContentType to \"text/plain\" and streaming the bytes of a text file to the browser. However, Internet Explorer 7 (and presumably other versions) is ignor
I am writing a web service that uses JSON or optional Clojure data expressions as the body format. The data is just to be read, not evaluated, if that matters. What would you recommend to use as MIME
I\'m implementing List interface to a class which stores data in a <T> type array. This raises problems with methods that take Collection as parameters, since collection stores it\'s objects as
import javax.servlet.http.*; import javax.servlet.*; import java.io.*; import java.util.Date; public class HelloServlet extends HttpServlet
I\'m working on a project developed with JSF 2.0 (Mojarra 2.0.3) front end and deployed on Glassfish v.3.0.1 server. Application must accept ISO-8859-2 charset and write data to MySql database.
Is there a way when using jQuery.Post to discover the content-type of the response? I have a form in a modal window and the idea is that if the form is not valid then an HTML snippet is sent and the
I am using symfony 1.4, to create my project with propel as ORM. i want to get the response in JSON format, when i call a url. I have set the headers to \"application/json\" but it is not working, i a