As titled, I wonder if anyone has tried to detect whether a file (which is residing in the server) is an image file. I've sort of downloaded file attachments in my inbox using CFPOP tag and now I would like to know which of these attachments are images.
Any help is greatly appreciated.
Cheers...
Hi..
Am currently using CFPOP to retrieve email messages with the attribute "attachmentpath='C:\temp\'". Just wonder if there'a way to download only the attachment(s) that comes with an email message instead of downloading both the email message and the attachment and later delete the email...
Hi..
Need somebody to explain to me the following..
- screen.width
- screen.height
- screen.availWidth
- screen.availHeight
- document.body.clientHeight
- document.body.clientWidth
- window.outerHeight
- window.outerWidth
Thanks in advance.
Cheers,
Jason
Hi..
Just wondering if what is wrong with this SQL statement..
(
SELECT mch.ID AS mchID, m.ID AS monoID, m.name, m.artist, mch.dlCode, mch.price, mch.created, mch.last, 'top' AS whQuery FROM tbl_mono m, tbl_monochannel mch
WHERE mch.channelID = 2 AND mch.adID = 1
AND mch.monoID = m.ID
)...
Hi..
Am trying to convert string to lowercase using LOWER but I was prompted with this error:
Query Manipulation Error Code = 0
Error: LOWER is not a number
This is my query:
<cfquery name="QryMonoTones" datasource="#Attributes.dsn#"...
Hi..
Currently I have a sql statement using UNION as follow:
(
SELECT a, b, c
FROM tbl_A, tbl_B
WHERE (some conditions)
)
UNION
(
SELECT a, d AS b, e AS c
FROM tbl_C
WHERE (some conditions)
)
Is there a way to another way to achieve the same result
without using the UNION cos I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.