I try to add lookup field in content type. Field has this definition: <Field ID=\"{c80e8e3c-7124-4772-a39d-5b69f131d542}\"
I have the next content-types: image/gif image/png application/vnd.ms They all work and recognized the files (gif, png, xls)...
I am trying to add a download link to a large video file (approx 300MB) on someone\'s site but unfortunately they\'re on shared hosting (i\'ve told them they will have to upgrade if they get many peop
Consider a webpage, located at http://www.example.com/mypage.html Unfortunately, someone wrongly advertises that the page\'s address is http://www.example.com/mypage - people visiting that URL are se
I am writing a client for OpenTox webservices, but several services they provide have optional support for certain MIME types with only a few obligatory, e.g. this Dataset service. So I need to discov
I\'m using Spring 3 ability to upload a file.I would like to know the best way to validate that a file is of a certain type, specifically a csv file.I\'m rather sure that checking the extension is use
I was using XHTML on my website but that completely destroyed jQuery and its plugins. Therefore, I want to go back to html 4. I am defining some custom attributes for my html, like so:
For every taxonomy term I can access a page (I am not using the Views module) showing all contents that are tagged with the specific term by using the a path like this: www.exa开发者_StackOverflow中文
This won\'t work in Kohana 3开发者_Python百科.2 for some reason: $this->request->headers[\'Content-Type\'] = \'text/xml\';
I have a HTML file which consists of a Form and it takes certain parameters from the User and when the URL is hit, a Mule service (written in Java) is called and it returns a JSON string. Now how can