0
votes
1answer
23 views
How do I generate a content type string with codecs for a media file?
Is there a command-line tool that sniffs video/audio files and generates detailed content-type strings for them, in the format specified in the HTML5 spec and in RFC4281?
I want to use this …
0
votes
2answers
40 views
JSP download - application/octet-stream
I have a page in JSP that list some file that could be downloaded by a user.
Thoses files are not on the local server, they are on a remote file server.
When the user click to download a file, the …
0
votes
0answers
15 views
Adding Check-In Date as a Column in MOSS 2007
Hello - I'm trying to add a column to a document library in MOSS 2007 that will reflect the date that the document was last checked in and then have that date reflected within the document as a Field …
2
votes
5answers
1k views
Deployment of custom content type, forms, cqwp, and xsl.
Right now I have a visual studio project which contains a custom content type that I made. It also contains all the necessary files for making a sharepoint solution (wsp) file and a script to generate …
0
votes
1answer
32 views
Setting the Content Type of a ViewResult
I am trying to create an ActionResult that behaves in exactly the same manner as a ViewResult but allows me to specify the Content-Type header. This is difficult because from what I can tell ASP.Net …
0
votes
2answers
45 views
content type by extension
Is there any built in function that returns the content type based on the file extension?
0
votes
1answer
18 views
Adding custom content-types to Firefox application handler?
In Firefox, whenever I request a page that returns a Content-type of "application/json", Firefox saves the file into /tmp but then says "/tmp/json.php could not be opened, because the associated …
0
votes
2answers
44 views
Sending the variable’s content to my mailbox in Python?
I have asked this question here about a Python command that fetches a URL of a web page and stores it in a variable. The first thing that I wanted to know then was whether or not the variable in this …
0
votes
3answers
145 views
Internet Explorer blocked file download; file of “Unknown File Type”
I'm developing a front-end to a Rails application. In cross-browser testing, I immediately discovered that Internet Explorer (apparently all modern versions, but at least IE 7 and IE 8) is not …
0
votes
2answers
20 views
multipart/mixed email. Comes with empty body. What’s wrong?
sending an email:
From: <...>
X-Mailer: SnowBoss
Reply-To: <...>
X-Priority: 3 (Normal)
Message-ID: <248.20091210135259@snowman2010.com>
To: <...>
Subject: …
3
votes
2answers
70 views
SharePoint Multiple New Item Forms
I've got a custom list with a custom content type. I'm aware that when you create a new item you can see a drop down for the different content types on that list which I assume all have their own …
0
votes
0answers
23 views
Opening of the spWeb.ContentTypes gives SOAP Exception 0x80004004
Hi everybody!
I have the code which going through the sharepoint contenttypes and changes needed field display names. On my local server everything works fine, but on the client side it gives me an …
11
votes
14answers
2k views
“name” web pdf for better default save filename in Acrobat?
My app generates PDFs for user consumption. The "Content-Disposition" http header is set as mentioned here. This is set to "inline; filename=foo.pdf", which should be enough for Acrobat to give …
0
votes
2answers
31 views
Downloading pictures/Word documents using ASP.NET
If I put the following code:
Response.ContentType = "image/jpeg"
Response.AppendHeader("Content-Disposition", "attachment; filename=capitol.jpg")
…
0
votes
0answers
71 views
Drupal6: Content Access Permissions can’t be rebuilt
I created a new content type, so it wants me to rebuild content permissions. I clicked the link to do so. It progressed through but seemed to get hung up towards the end. It stayed in the same …
