I am trying to execute a PHP file and I need to know how its MIME Content-type is so that it can be executed correctly in a browser.
What is the MIME Content-type that should be used for .php files?
Greetings and thank...
I have the following problem loading the assets in a site that I have uploaded to 000webhost
Refused to apply style from
' link '
because its MIME type ('text / html') is not a supported stylesheet MIME
type, and strict...
I've been curious about the links in the web pages that ' open ' certain applications using a kind of mime within a <a href="mailto:[email protected]">correo</a> tag (it's the best known ), this will be the mail client that...
I have the doubt of which is MIME in PHP of the programs written in C language either .co c ++ what happens is that in my application I need that they can only upload files with that extension, I want to make a filter something like this:...
I need your help to solve a problem with a web service. I am consuming a WS with attachments. I do not have to get a valid answer and store them in a string, however when I want to pass this to XML I get an error because the response brings the...
I recently moved my site to another hosting with cPanel and I appreciate this error that never appeared before.
I got tired of reading but I could not find anything, I told them I did everything, but below I'll leave the steps I did to try to...
hi how I currently have a project with the following technologies
THYMELEAF
SPRING MVC
HIBERNATE
JPA
good at the time of generating a view with external css to which I mean to make href out of the server .. there is no problem
bu...
When I try to consume a RESTFul API using a Java client with REST Template Spring. We have an API to consume POST to which we want to send a file, for this it has a MultipartFile object of input parameter.
The Java client has a MultipartFile as...